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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 咀???乍 | 10011001111100000011111100111111001111111001001111100001 | 99f03f3f3f93e1 |
EUC-JP | 咀???乍 | 11010010111100100011111100111111001111111100011011100011 | d2f23f3f3fc6e3 |
UTF-8 | 咀댓렰뀌乍 | 111001011001001010000000111010111000110010010011111010111010000010110000111010111000000010001100111001001011100110001101 | e59280eb8c93eba0b0eb808ce4b98d |
UHC | 咀댓렰뀌乍 | 11101110101110101011010011110001100011101011110110110010111011101101111010111111 | eebab4f18ebdb2eedebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)