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 | 0011111100111111100100100110101001000010 | 3f3f926a42 |
EUC-JP | ??男B | 0011111100111111110000111100101101000010 | 3f3fc3cb42 |
UTF-8 | 뤚굴男B | 11101011101001001001101011101010101101011011010011100111100101001011011101000010 | eba49aeab5b4e794b742 |
UHC | 뤚굴男B | 10001111110010011011000110111100110100011111101101000010 | 8fc9b1bcd1fb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)