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 | 蠇碁距 | 111110111010000110001100111010011000101110010111 | fba18ce98b97 |
EUC-JP | ?碁距 | 0011111110111000111010111011010111110111 | 3fb8ebb5f7 |
UTF-8 | 蠇碁距 | 111010001010000010000111111001111010001010000001111010001011011110011101 | e8a087e7a281e8b79d |
UHC | ?碁距 | 0011111111010001101100111100101111100101 | 3fd1b3cbe5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)