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 | 螢灘。セ | 111001011010001110010011111001011010000110111110 | e5a393e5a1be |
EUC-JP | 螢灘。セ | 1110101010100101110001101110011110001110101000011000111010111110 | eaa5c6e78ea18ebe |
UTF-8 | 螢灘。セ | 111010001001111010100010111001111000000110011000111011111011110110100001111011111011110110111110 | e89ea2e78198efbda1efbdbe |
UHC | 螢灘?? | 111110111010101111110111101010000011111100111111 | fbabf7a83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)