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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 至?葬?張 | 1000111010001010001111111001000110010010001111111001001010100011 | 8e8a3f91923f92a3 |
EUC-JP | 至?葬?張 | 1011101111101010001111111100000111110010001111111100010010100101 | bbea3fc1f23fc4a5 |
UTF-8 | 至렞葬퓽張 | 111010001000011110110011111010111010000010011110111010001001000110101100111011011001001110111101111001011011110010110101 | e887b3eba09ee891aced93bde5bcb5 |
UHC | 至렞葬퓽張 | 11110010101110001000111010101111111011011111011111000111110000001110110111100101 | f2b88eafedf7c7c0ede5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)