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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | ??裝B | 0011111100111111111001011110010001000010 | 3f3fe5e442 |
EUC-JP | ??裝B | 0011111100111111111010101110011001000010 | 3f3feae642 |
UTF-8 | 잴룫裝B | 11101100100111101011010011101011101000111010101111101000101000111001110101000010 | ec9eb4eba3abe8a39d42 |
UHC | 잴룫裝B | 11000000111010101000111110100010111011011111101101000010 | c0ea8fa2edfb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)