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 | 絎居終絎居 | 11100011010011011000101110001111100011110100100111100011010011011000101110001111 | e34d8b8f8f49e34d8b8f |
EUC-JP | 絎居終絎居 | 11100101101011101011010111101111101111011010101011100101101011101011010111101111 | e5aeb5efbdaae5aeb5ef |
UTF-8 | 絎居終絎居 | 111001111011010110001110111001011011000110000101111001111011010110000010111001111011010110001110111001011011000110000101 | e7b58ee5b185e7b582e7b58ee5b185 |
UHC | ?居終?居 | 0011111111001011110111001111000011111011001111111100101111011100 | 3fcbdcf0fb3fcbdc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)