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 | 翁???? | 100010011010010100111111001111110011111100111111 | 89a53f3f3f3f |
EUC-JP | 翁???檉 | 1011001010100111001111110011111100111111100011111100010110111011 | b2a73f3f3f8fc5bb |
UTF-8 | 翁댓렰렲檉 | 111001111011111110000001111010111000110010010011111010111010000010110000111010111010000010110010111001101010101010001001 | e7bf81eb8c93eba0b0eba0b2e6aa89 |
UHC | 翁댓렰렲檉 | 11101000101110101011010011110001100011101011110110001110101111111110111111100000 | e8bab4f18ebd8ebfefe0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)