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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 莨頑─陲 | 1110010010111100100010101110011010000100100111111110100010100010 | e4bc8ae6849fe8a2 |
EUC-JP | 莨頑─陲 | 1110100010111110101101001110100010101000101000011111000010100100 | e8beb4e8a8a1f0a4 |
UTF-8 | 莨頑─陲 | 111010001000111010101000111010011010000010010001111000101001010010000000111010011001100110110010 | e88ea8e9a091e29480e999b2 |
UHC | ?頑─? | 001111111110100011010111101001101010000100111111 | 3fe8d7a6a13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)