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 | 筌?!??? | 1110001010100011001111111000000101001001001111110011111100111111 | e2a33f81493f3f3f |
EUC-JP | 筌?!??? | 1110010010100101001111111010000110101010001111110011111100111111 | e4a53fa1aa3f3f3f |
UTF-8 | 筌곷!璘쀦썑 | 111001111010110110001100111010101011001110110111111011111011110010000001111011111010011110101111111011001000000010100110111011001000110110010001 | e7ad8ceab3b7efbc81efa7afec80a6ec8d91 |
UHC | 筌곷!璘쀦썑 | 111011111010011110000001111010111010001110100001111011001101111010010111111001101001101110000100 | efa781eba3a1ecde97e69b84 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)