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 | ??????A | 00111111001111110011111100111111001111110011111101000001 | 3f3f3f3f3f3f41 |
SJIS-WIN | ?o?晤??A | 001111111000001010001111001111111001110111101011001111110011111101000001 | 3f828f3f9deb3f3f41 |
EUC-JP | 饔o?晤??A | 1000111111101000111011111010001111101111001111111101101011101101001111110011111101000001 | 8fe8efa3ef3fdaed3f3f41 |
UTF-8 | 饔o슨晤볩슘A | 11101001101001011001010011101111101111011000111111101100100010101010100011100110100110011010010011101011101100111010100111101100100010101001100001000001 | e9a594efbd8fec8aa8e699a4ebb3a9ec8a9841 |
UHC | 饔o슨晤볩슘A | 11101000101111011010001111101111101111011011110011100111111110111001001111101111101111011011011101000001 | e8bda3efbdbce7fb93efbdb741 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)