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 | 猷??一? | 10010111010100010011111100111111100010001110101000111111 | 97513f3f88ea3f |
EUC-JP | 猷??一? | 11001101101100100011111100111111101100001110110000111111 | cdb23f3fb0ec3f |
UTF-8 | 猷득톷一뉰 | 111001111000110010110111111010111001001110011101111011011000011010110111111001001011100010000000111010111000100110110000 | e78cb7eb939ded86b7e4b880eb89b0 |
UHC | 猷득톷一뉰 | 11101011101000111011010111100110101101111000101111101100111010011000100001000010 | eba3b5e6b78bece98842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)