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 | 1011000111100100110110011101000001000010 | b1e4d9d042 |
EUC-JP | ア葮ミB | 10001110101100011110100011011011100011101101000001000010 | 8eb1e8db8ed042 |
UTF-8 | ア葮ミB | 11101111101111011011000111101000100100011010111011101111101111101001000001000010 | efbdb1e891aeefbe9042 |
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)