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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 猷??循△? | 100101110101000100111111001111111000111101111010100000011010001000111111 | 97513f3f8f7a81a23f |
EUC-JP | 猷??循△? | 110011011011001000111111001111111011110111011011101000101010010000111111 | cdb23f3fbddba2a43f |
UTF-8 | 猷띠씁循△댌 | 111001111000110010110111111010111001110110100000111011001001010010000001111001011011111010101010111000101001011010110011111010111000110010001100 | e78cb7eb9da0ec9481e5beaae296b3eb8c8c |
UHC | 猷띠씁循△댌 | 111010111010001110110110111011001011111010111001111000101110000010100001111000101000100010110101 | eba3b6ecbeb9e2e0a1e288b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)