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 | ?????F | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | 癲?〃??F | 1110000110011111001111111000000101010110001111110011111101000110 | e19f3f81563f3f46 |
EUC-JP | 癲?〃??F | 1110001010100001001111111010000110110111001111110011111101000110 | e2a13fa1b73f3f46 |
UTF-8 | 癲용〃璘욪F | 11100111100110011011001011101100100110101010100111100011100000001000001111101111101001111010111111101100100110101010101001000110 | e799b2ec9aa9e38083efa7afec9aaa46 |
UHC | 癲용〃璘욪F | 1110111110100110101111111110101110100001101010001110110011011110100111110100001001000110 | efa6bfeba1a8ecde9f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)