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 | ???A | 00111111001111110011111101000001 | 3f3f3f41 |
SJIS-WIN | 陽髴哈A | 10010111011110101110100110011100100110011111101101000001 | 977ae99c99fb41 |
EUC-JP | 陽髴哈A | 11001101110110111111000111111100110100101111110101000001 | cddbf1fcd2fd41 |
UTF-8 | 陽髴哈A | 11101001100110011011110111101001101010111011010011100101100100111000100001000001 | e999bde9abb4e5938841 |
UHC | 陽?哈A | 111001011101010100111111111110011110101101000001 | e5d53ff9eb41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)