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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 狼賁狼 | 100110000101010011100110110010101001100001010100 | 9854e6ca9854 |
EUC-JP | 狼賁狼 | 110011111011010111101100110011001100111110110101 | cfb5eccccfb5 |
UTF-8 | 狼賁狼 | 111001111000101110111100111010001011001110000001111001111000101110111100 | e78bbce8b381e78bbc |
UHC | 狼賁狼 | 110101011100100111011101110100111101010111001001 | d5c9ddd3d5c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)