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 | ???彦?? | 00111111001111110011111110010101010001100011111100111111 | 3f3f3f95463f3f |
EUC-JP | 孼??彦?? | 100011111011101011000011001111110011111111001001101001110011111100111111 | 8fbac33f3fc9a73f3f |
UTF-8 | 孼뽬퐮彦덂뀸 | 111001011010110110111100111010111011110110101100111011011001000010101110111001011011110110100110111010111000110110000010111010111000000010111000 | e5adbcebbdaced90aee5bda6eb8d82eb80b8 |
UHC | 孼뽬퐮彦덂뀸 | 111001011110110110010110111010001011110110010111111001011110100110001000111001011000010110101110 | e5ed96e8bd97e5e988e585ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)