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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | ヨョB | 1101011010101110111110001010001101000010 | d6aef8a342 |
EUC-JP | ヨョ?B | 100011101101011010001110101011100011111101000010 | 8ed68eae3f42 |
UTF-8 | ヨョB | 11101111101111101001011011101111101111011010111011101110100110011000001001000010 | efbe96efbdaeee998242 |
UHC | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)