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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 熱?熱?B | 10010100010011010011111110010100010011010011111101000010 | 944d3f944d3f42 |
EUC-JP | 熱?熱?B | 11000111101011100011111111000111101011100011111101000010 | c7ae3fc7ae3f42 |
UTF-8 | 熱쬲熱쬲B | 11100111100001101011000111101100101011001011001011100111100001101011000111101100101011001011001001000010 | e786b1ecacb2e786b1ecacb242 |
UHC | 熱쬲熱쬲B | 111001101111000010100111011010011110011011110000101001110110100101000010 | e6f0a769e6f0a76942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)