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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ??彿??彿B | 001111110011111110011100011010010011111100111111100111000110100101000010 | 3f3f9c693f3f9c6942 |
EUC-JP | ??彿??彿B | 001111110011111111010111110010100011111100111111110101111100101001000010 | 3f3fd7ca3f3fd7ca42 |
UTF-8 | 룶뇟彿룶뇟彿B | 11101011101000111011011011101011100001111001111111100101101111011011111111101011101000111011011011101011100001111001111111100101101111011011111101000010 | eba3b6eb879fe5bdbfeba3b6eb879fe5bdbf42 |
UHC | 룶뇟彿룶뇟彿B | 10001111101010111011010010100001110111011101100010001111101010111011010010100001110111011101100001000010 | 8fabb4a1ddd88fabb4a1ddd842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)