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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 蜊伜叉] | 11100101100011011001100011100101100011011011001101011101 | e58d98e58db35d |
EUC-JP | 蜊伜叉] | 11101001111011011101000011100111101110101011010101011101 | e9edd0e7bab55d |
UTF-8 | 蜊伜叉] | 11101000100111001000101011100100101111001001110011100101100011111000100101011101 | e89c8ae4bc9ce58f895d |
UHC | ??叉] | 0011111100111111111100111010100101011101 | 3f3ff3a95d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)