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 | 碍??午?? | 1000101001010110001111110011111110001100110111110011111100111111 | 8a563f3f8cdf3f3f |
EUC-JP | 碍??午?? | 1011001110110111001111110011111110111000111000010011111100111111 | b3b73f3fb8e13f3f |
UTF-8 | 碍꾨젿午뽯젨 | 111001111010001010001101111010101011111010101000111011001010000010111111111001011000110110001000111010111011110110101111111011001010000010101000 | e7a28deabea8eca0bfe58d88ebbdafeca0a8 |
UHC | 碍꾨젿午뽯젨 | 111001001111010010000100111010111010000010110001111001111110110110010110111010111010000010100000 | e4f484eba0b1e7ed96eba0a0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)