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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 娃??釗ヤ? | 100010001010000100111111001111111111101110111011100000111000010000111111 | 88a13f3ffbbb83843f |
EUC-JP | 娃??釗ヤ? | 10110000101000110011111100111111100011111110001110100110101001011110010000111111 | b0a33f3f8fe3a6a5e43f |
UTF-8 | 娃숇ㅋ釗ヤ옌 | 111001011010100010000011111011001000100010000111111000111000010110001011111010011000011110010111111000111000001110100100111011001001100010001100 | e5a883ec8887e3858be98797e383a4ec988c |
UHC | 娃숇ㅋ釗ヤ옌 | 111010001101111110011001111010111010010010111011111000011111001010101011111001001011111110111010 | e8df99eba4bbe1f2abe4bfba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)