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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???五 | 0011111100111111001111111000110011011100 | 3f3f3f8cdc |
EUC-JP | ???五 | 0011111100111111001111111011100011011110 | 3f3f3fb8de |
UTF-8 | 溜삥뿽五 | 111011111010011110001011111011001000001010100101111010111011111110111101111001001011101010010100 | efa78bec82a5ebbfbde4ba94 |
UHC | 溜삥뿽五 | 1110101011111110101110111110011010010111101111011110011111101001 | eafebbe697bde7e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)