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 | 漿耕獨 | 100111111111011110001101011010111110000011010101 | 9ff78d6be0d5 |
EUC-JP | 漿耕獨 | 110111101111100110111001110011001110000011010111 | def9b9cce0d7 |
UTF-8 | 漿耕獨 | 111001101011110010111111111010001000000010010101111001111000110110101000 | e6bcbfe88095e78da8 |
UHC | 漿耕獨 | 111011011110110011001100111010011101010010111100 | edeccce9d4bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)