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 | 癲ル?倚?? | 111000011001111110000011100010110011111110011000110111110011111100111111 | e19f838b3f98df3f3f |
EUC-JP | 癲ル?倚?? | 111000101010000110100101111010110011111111010000111000010011111100111111 | e2a1a5eb3fd0e13f3f |
UTF-8 | 癲ル슢倚묊뙴 | 111001111001100110110010111000111000001110101011111011001000101010100010111001011000000010011010111010111010110010001010111010111001100110110100 | e799b2e383abec8aa2e5809aebac8aeb99b4 |
UHC | 癲ル슢倚묊뙴 | 111011111010011010101011111010111001101010101110111010111110111110010001111001111000110010110111 | efa6abeb9aaeebef91e78cb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)