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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ゙鶯ケ | 11011110111010011111001010111001 | dee9f2b9 |
EUC-JP | ゙鶯ケ | 100011101101111011110010111101001000111010111001 | 8edef2f48eb9 |
UTF-8 | ゙鶯ケ | 111011111011111010011110111010011011011010101111111011111011110110111001 | efbe9ee9b6afefbdb9 |
UHC | ?鶯? | 00111111111001011010001100111111 | 3fe5a33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)