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 | 梧??鈺? | 10001100111001100011111100111111111110111100010000111111 | 8ce63f3ffbc43f |
EUC-JP | 梧??鈺? | 1011100011101000001111110011111110001111111000111101010100111111 | b8e83f3f8fe3d53f |
UTF-8 | 梧귨쉠鈺뚥 | 111001101010001010100111111010101011011110101000111011001000100110100000111010011000100010111010111010111001101010100101 | e6a2a7eab7a8ec89a0e988baeb9aa5 |
UHC | 梧귨쉠鈺뚥 | 11100111111111001000001011101111101111011010101011101000101011011000110011100100 | e7fc82efbdaae8ad8ce4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)