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 | 茫峨ア罎 | 1110010010101001100010011110001110000011010000011110001110100010 | e4a989e38341e3a2 |
EUC-JP | 茫峨ア罎 | 1110100010101011101100101110010110100101101000101110011010100100 | e8abb2e5a5a2e6a4 |
UTF-8 | 茫峨ア罎 | 111010001000110010101011111001011011001110101000111000111000001010100010111001111011110110001110 | e88cabe5b3a8e382a2e7bd8e |
UHC | 茫峨ア? | 11011000110101001110010010110001101010111010001000111111 | d8d4e4b1aba23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)