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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | 辰蔵辰竪F | 100100100100001110010001101000001001001001000011100100100100011101000110 | 924391a09243924746 |
EUC-JP | 辰蔵辰竪F | 110000111010010011000010101000101100001110100100110000111010100001000110 | c3a4c2a2c3a4c3a846 |
UTF-8 | 辰蔵辰竪F | 11101000101111101011000011101000100101001011010111101000101111101011000011100111101010111010101001000110 | e8beb0e894b5e8beb0e7abaa46 |
UHC | 辰?辰竪F | 1111001011100011001111111111001011100011111000101011010101000110 | f2e33ff2e3e2b546 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)