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 | ?wU | 001111110111011101010101 | 3f7755 |
SJIS-WIN | 鯀wU | 11101001101111110111011101010101 | e9bf7755 |
EUC-JP | 鯀wU | 11110010110000010111011101010101 | f2c17755 |
UTF-8 | 鯀wU | 1110100110101111100000000111011101010101 | e9af807755 |
UHC | ?wU | 001111110111011101010101 | 3f7755 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)