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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 逶夜ス州 | 11100111100110111001011011101001101111011000111101000010 | e79b96e9bd8f42 |
EUC-JP | 逶夜ス州 | 1110110111111011110011001110101110001110101111011011110110100011 | edfbcceb8ebdbda3 |
UTF-8 | 逶夜ス州 | 111010011000000010110110111001011010010010011100111011111011110110111101111001011011011110011110 | e980b6e5a49cefbdbde5b79e |
UHC | ?夜?州 | 001111111110010110101000001111111111000110110110 | 3fe5a83ff1b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)