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 | 湘鉷ロ | 1000111111000011111110111100110111011011 | 8fc3fbcddb |
EUC-JP | 湘鉷ロ | 10111110110001011000111111100011111100011000111011011011 | bec58fe3f18edb |
UTF-8 | 湘鉷ロ | 111001101011100110011000111010011000100110110111111011111011111010011011 | e6b998e989b7efbe9b |
UHC | 湘?? | 11011111110011110011111100111111 | dfcf3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)