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 | 駭?窪? | 111010010110111000111111100011000100010100111111 | e96e3f8c453f |
EUC-JP | 駭?窪? | 111100011100111100111111101101111010011000111111 | f1cf3fb7a63f |
UTF-8 | 駭렱窪렱 | 111010011010011110101101111010111010000010110001111001111010101010101010111010111010000010110001 | e9a7adeba0b1e7aaaaeba0b1 |
UHC | 駭렱窪렱 | 1111101010110100100011101011111011101000110000011000111010111110 | fab48ebee8c18ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)