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 | 哉磐??肢? | 100011011100011010010100110101100011111100111111100011101000100000111111 | 8dc694d63f3f8e883f |
EUC-JP | 哉磐??肢? | 101110101100100011001000110110000011111100111111101110111110100000111111 | bac8c8d83f3fbbe83f |
UTF-8 | 哉磐렰렖肢렖 | 111001011001001110001001111001111010001110010000111010111010000010110000111010111010000010010110111010001000001010100010111010111010000010010110 | e59389e7a390eba0b0eba096e882a2eba096 |
UHC | 哉磐렰렖肢렖 | 111011101010001111011010111100011000111010111101100011101010101111110010101101101000111010101011 | eea3daf18ebd8eabf2b68eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)