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 | 100010111000001100111111001111111000101110000011001111110011111101000010 | 8b833f3f8b833f3f42 |
EUC-JP | 泣??泣??B | 101101011110001100111111001111111011010111100011001111110011111101000010 | b5e33f3fb5e33f3f42 |
UTF-8 | 泣뀁뙕泣뀁뙧B | 11100110101100111010001111101011100000001000000111101011100110011001010111100110101100111010001111101011100000001000000111101011100110011010011101000010 | e6b3a3eb8081eb9995e6b3a3eb8081eb99a742 |
UHC | 泣뀁뙕泣뀁뙧B | 11101011111010001011001011101100100011001001101011101011111010001011001011101100100011001010101101000010 | ebe8b2ec8c9aebe8b2ec8cab42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)