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 | 聹焔葦襃 | 1110001111100010100010011000101110001000101011111110010111101111 | e3e2898b88afe5ef |
EUC-JP | 聹焔葦襃 | 1110011011100100101100011110101110110000101100011110101011110001 | e6e4b1ebb0b1eaf1 |
UTF-8 | 聹焔葦襃 | 111010001000000110111001111001111000010010010100111010001001000110100110111010001010010110000011 | e881b9e78494e891a6e8a583 |
UHC | ??葦? | 0011111100111111111010101101100000111111 | 3f3fead83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)