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 | 00111111100011000111110100111111100011000111110101000010 | 3f8c7d3f8c7d42 |
EUC-JP | ?迎?迎B | 00111111101101111101111000111111101101111101111001000010 | 3fb7de3fb7de42 |
UTF-8 | 렽迎렽迎B | 11101011101000001011110111101000101111111000111011101011101000001011110111101000101111111000111001000010 | eba0bde8bf8eeba0bde8bf8e42 |
UHC | 렽迎렽迎B | 100011101100010111100111110010101000111011000101111001111100101001000010 | 8ec5e7ca8ec5e7ca42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)