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 | 抑???筌 | 10010111011111010011111100111111001111111110001010100011 | 977d3f3f3fe2a3 |
EUC-JP | 抑???筌 | 11001101110111100011111100111111001111111110010010100101 | cdde3f3f3fe4a5 |
UTF-8 | 抑띔랜짯筌 | 111001101000101010010001111010111001110110010100111010111001111010011100111011001010011110101111111001111010110110001100 | e68a91eb9d94eb9e9ceca7afe7ad8c |
UHC | 抑띔랜짯筌 | 11100101111001001011011011101010101101111010001111000010101011011110111110100111 | e5e4b6eab7a3c2adefa7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)