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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 載???磨 | 10001101110110100011111100111111001111111001011010000001 | 8dda3f3f3f9681 |
EUC-JP | 載???磨 | 10111010110111000011111100111111001111111100101111100001 | badc3f3f3fcbe1 |
UTF-8 | 載讀렭ㅹ磨 | 111010001011110010001001111011111010010110011010111010111010000010101101111000111000010110111001111001111010001110101000 | e8bc89efa59aeba0ade385b9e7a3a8 |
UHC | 載讀렭ㅹ磨 | 11101110101100001101010011100110100011101011101010100100111010011101100010101000 | eeb0d4e68ebaa4e9d8a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)