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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 箏瞶箏蠇B | 11100010101101011110000111010110111100011111110011100010101101011111101110100001111101101011010001000010 | e2b5e1d6f1fce2b5fba1f6b442 |
EUC-JP | 箏瞶?箏??B | 11100100101101111110001011011000001111111110010010110111001111110011111101000010 | e4b7e2d83fe4b73f3f42 |
UTF-8 | 箏瞶箏蠇B | 11100111101011101000111111100111100111101011011011101110100001011011011111100111101011101000111111101000101000001000011111101110100100111001101101000010 | e7ae8fe79eb6ee85b7e7ae8fe8a087ee939b42 |
UHC | 箏??箏??B | 111011101011010000111111001111111110111010110100001111110011111101000010 | eeb43f3feeb43f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)