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 | ??咐?伊 | 00111111001111111001100111110011001111111000100011001001 | 3f3f99f33f88c9 |
EUC-JP | ??咐?伊 | 00111111001111111101001011110101001111111011000011001011 | 3f3fd2f53fb0cb |
UTF-8 | 룶징咐룫伊 | 111010111010001110110110111011001010011110010101111001011001001010010000111010111010001110101011111001001011110010001010 | eba3b6eca795e59290eba3abe4bc8a |
UHC | 룶징咐룫伊 | 10001111101010111100001010100001110111001111101110001111101000101110110010100101 | 8fabc2a1dcfb8fa2eca5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)