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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ヤル^ | 1111001010100001110101001101100101011110 | f2a1d4d95e |
EUC-JP | ?ヤル^ | 001111111000111011010100100011101101100101011110 | 3f8ed48ed95e |
UTF-8 | ヤル^ | 11101110100001111001100011101111101111101001010011101111101111101001100101011110 | ee8798efbe94efbe995e |
UHC | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)