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 | 迺オ竊庭ケ | 1110011110010010101101011110001010000110100100101110101110111001 | e792b5e28692ebb9 |
EUC-JP | 迺オ竊庭ケ | 11101101111100101000111010110101111000111110011011000100111011011000111010111001 | edf28eb5e3e6c4ed8eb9 |
UTF-8 | 迺オ竊庭ケ | 111010001011111110111010111011111011110110110101111001111010101110001010111001011011101010101101111011111011110110111001 | e8bfbaefbdb5e7ab8ae5baadefbdb9 |
UHC | ??竊庭? | 00111111001111111110111110111100111011111101010000111111 | 3f3fefbcefd43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)