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 | 梧??蟯? | 10001100111001100011111100111111111001011011001000111111 | 8ce63f3fe5b23f |
EUC-JP | 梧??蟯? | 10111000111010000011111100111111111010101011010000111111 | b8e83f3feab43f |
UTF-8 | 梧귨쉠蟯얏 | 111001101010001010100111111010101011011110101000111011001000100110100000111010001001111110101111111011001001011010001111 | e6a2a7eab7a8ec89a0e89fafec968f |
UHC | 梧귨쉠蟯얏 | 11100111111111001000001011101111101111011010101011101001101010001011111011100110 | e7fc82efbdaae9a8bee6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)