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 | 爭?翁?? | 11100000101001010011111110001001101001010011111100111111 | e0a53f89a53f3f |
EUC-JP | 爭?翁?? | 11100000101001110011111110110010101001110011111100111111 | e0a73fb2a73f3f |
UTF-8 | 爭렎翁댓렱 | 111001111000100010101101111010111010000010001110111001111011111110000001111010111000110010010011111010111010000010110001 | e788adeba08ee7bf81eb8c93eba0b1 |
UHC | 爭렎翁댓렱 | 11101110101100111000111010100100111010001011101010110100111100011000111010111110 | eeb38ea4e8bab4f18ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)