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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鶯??絶?? | 1110100111110010001111110011111110010000111000100011111100111111 | e9f23f3f90e23f3f |
EUC-JP | 鶯??絶?? | 1111001011110100001111110011111111000000111001000011111100111111 | f2f43f3fc0e43f3f |
UTF-8 | 鶯뚧㎖絶롲떊 | 111010011011011010101111111010111001101010100111111000111000111010010110111001111011010110110110111010111010000110110010111010111001011010001010 | e9b6afeb9aa7e38e96e7b5b6eba1b2eb968a |
UHC | 鶯뚧㎖絶롲떊 | 111001011010001110001100111001101010011110100010111011111011111010001110111011101000101110100000 | e5a38ce6a7a2efbe8eee8ba0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)