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 | 倭??節ワ? | 100110000110000000111111001111111001000011011111100000111000111100111111 | 98603f3f90df838f3f |
EUC-JP | 倭??節ワ? | 110011111100000100111111001111111100000011100001101001011110111100111111 | cfc13f3fc0e1a5ef3f |
UTF-8 | 倭욇렉節ワ슨 | 111001011000000010101101111011001001101010000111111010111010000010001001111001111010111110000000111000111000001110101111111011001000101010101000 | e580adec9a87eba089e7af80e383afec8aa8 |
UHC | 倭욇렉節ワ슨 | 111010001101111010011110111010011011011110111010111011111011110110101011111011111011110110111100 | e8de9ee9b7baefbdabefbdbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)