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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 壕?? | 10001101100010000011111100111111 | 8d883f3f |
EUC-JP | 壕?? | 10111001111010000011111100111111 | b9e83f3f |
UTF-8 | 壕븅렜 | 111001011010001110010101111010111011100010000101111010111010000010011100 | e5a395ebb885eba09c |
UHC | 壕븅렜 | 111110111011110110111010111010011000111010101110 | fbbdbae98eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)