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 | 午??彦?? | 1000110011011111001111110011111110010101010001100011111100111111 | 8cdf3f3f95463f3f |
EUC-JP | 午??彦?? | 1011100011100001001111110011111111001001101001110011111100111111 | b8e13f3fc9a73f3f |
UTF-8 | 午뽩퉬彦쒑룚 | 111001011000110110001000111010111011110110101001111011011000100110101100111001011011110110100110111011001001001010010001111010111010001110011010 | e58d88ebbda9ed89ace5bda6ec9291eba39a |
UHC | 午뽩퉬彦쒑룚 | 111001111110110110010110111001011011100110000100111001011110100110011100111010001000111110010110 | e7ed96e5b984e5e99ce88f96 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)