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 | ??G | 001111110011111101000111 | 3f3f47 |
SJIS-WIN | 狸谷G | 1001001001001011100100100100101001000111 | 924b924a47 |
EUC-JP | 狸谷G | 1100001110101100110000111010101101000111 | c3acc3ab47 |
UTF-8 | 狸谷G | 11100111100010111011100011101000101100001011011101000111 | e78bb8e8b0b747 |
UHC | 狸谷G | 1101011111100001110011011101101101000111 | d7e1cddb47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)