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 | 上ネ | 1000111111100011111100101000111011001000 | 8fe3f28ec8 |
EUC-JP | 上?ネ | 1011111011100101001111111000111011001000 | bee53f8ec8 |
UTF-8 | 上ネ | 111001001011100010001010111011101000011110000101111011111011111010001000 | e4b88aee8785efbe88 |
UHC | 上?? | 11011111101111100011111100111111 | dfbe3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)