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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 悌??駿 | 100100101110111000111111001111111000111101111000 | 92ee3f3f8f78 |
EUC-JP | 悌??駿 | 110001001111000000111111001111111011110111011001 | c4f03f3fbdd9 |
UTF-8 | 悌ㅷ딨駿 | 111001101000001010001100111000111000010110110111111010111001010010101000111010011010011110111111 | e6828ce385b7eb94a8e9a7bf |
UHC | 悌ㅷ딨駿 | 1111000010101010101001001110011110110101111110001111000111100111 | f0aaa4e7b5f8f1e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)