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 | 茫駕潮 | 111001001010100110001001111011011001001010101010 | e4a989ed92aa |
EUC-JP | 茫駕潮 | 111010001010101110110010111011111100010010101100 | e8abb2efc4ac |
UTF-8 | 茫駕潮 | 111010001000110010101011111010011010011110010101111001101011110110101110 | e88cabe9a795e6bdae |
UHC | 茫駕潮 | 110110001101010011001010101111011111000011001101 | d8d4cabdf0cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)