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 | ???B??? | 00111111001111110011111101000010001111110011111100111111 | 3f3f3f423f3f3f |
SJIS-WIN | 萸?НB臾?? | 11100100110011100011111110000100010011100100001011100100011010110011111100111111 | e4ce3f844e42e46b3f3f |
EUC-JP | 萸?НB臾?? | 11101000110100000011111110100111101011110100001011100111110011000011111100111111 | e8d03fa7af42e7cc3f3f |
UTF-8 | 萸롫НB臾㏓춲 | 111010001001000010111000111010111010000110101011110100001001110101000010111010001000011110111110111000111000111110010011111011001011011010110010 | e890b8eba1abd09d42e887bee38f93ecb6b2 |
UHC | 萸롫НB臾㏓춲 | 11101011101011011000111011101011101011001010111101000010111010111010110010100111111010111010110110001110 | ebad8eebacaf42ebaca7ebad8e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)