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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 貊狩ケ幢シ咤 | 11100110101110111000111011101011101110011001101111101111101111001001101001000010 | e6bb8eebb99befbc9a42 |
EUC-JP | 貊狩ケ幢シ咤 | 111011001011110110111100111011011000111010111001110101101111000110001110101111001101001110100011 | ecbdbced8eb9d6f18ebcd3a3 |
UTF-8 | 貊狩ケ幢シ咤 | 111010001011001010001010111001111000101110101001111011111011110110111001111001011011100110100010111011111011110110111100111001011001001010100100 | e8b28ae78ba9efbdb9e5b9a2efbdbce592a4 |
UHC | 貊狩?幢?咤 | 11011000111001111110001010101101001111111101001111010011001111111111011011100011 | d8e7e2ad3fd3d33ff6e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)