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 | ?扼?? | 0011111110011101010011100011111100111111 | 3f9d4e3f3f |
EUC-JP | ?扼?? | 0011111111011001101011110011111100111111 | 3fd9af3f3f |
UTF-8 | 먿扼욟먋 | 111010111010100010111111111001101000100110111100111011001001101010011111111010111010100010001011 | eba8bfe689bcec9a9feba88b |
UHC | 먿扼욟먋 | 1001000011111001111001001111100110011110111110011001000011001001 | 90f9e4f99ef990c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)