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 | 辜晤⊃ | 111001111000001110011101111010111000000110111101 | e7839deb81bd |
EUC-JP | 辜晤⊃ | 111011011110001111011010111011011010001010111111 | ede3daeda2bf |
UTF-8 | 辜晤⊃ | 111010001011111010011100111001101001100110100100111000101000101010000011 | e8be9ce699a4e28a83 |
UHC | 辜晤⊃ | 110011011101000011100111111110111010000111111001 | cdd0e7fba1f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)