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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 靜?億?葵 | 1110100011001110001111111000100110101101001111111000100010101000 | e8ce3f89ad3f88a8 |
EUC-JP | 靜?億?葵 | 1111000011010000001111111011001010101111001111111011000010101010 | f0d03fb2af3fb0aa |
UTF-8 | 靜렮億몇葵 | 111010011001110110011100111010111010000010101110111001011000010010000100111010111010101010000111111010001001000110110101 | e99d9ceba0aee58484ebaa87e891b5 |
UHC | 靜렮億몇葵 | 11110000101000011000111010111011111001011110001010111000111011101101000010101101 | f0a18ebbe5e2b8eed0ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)