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 | 預?? | 10010111011000010011111100111111 | 97613f3f |
EUC-JP | 預?? | 11001101110000100011111100111111 | cdc23f3f |
UTF-8 | 預앬툋 | 111010011010000010010000111011001001010110101100111011011000100010001011 | e9a090ec95aced888b |
UHC | 預앬툋 | 111001111110100010011101111001001011100010000011 | e7e89de4b883 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)