To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 齊?┏肢 | 11101010100011100011111110000100101011001000111010001000 | ea8e3f84ac8e88 |
EUC-JP | 齊?┏肢 | 11110011111011100011111110101000101011101011101111101000 | f3ee3fa8aebbe8 |
UTF-8 | 齊장┏肢 | 111010011011110110001010111011001001111010100101111000101001010010001111111010001000001010100010 | e9bd8aec9ea5e2948fe882a2 |
UHC | 齊장┏肢 | 1111000010111010110000001110010110100110101011101111001010110110 | f0bac0e5a6aef2b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)