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 | 褥?∥宜?? | 111001011111000100111111100000010110000110001011010110000011111100111111 | e5f13f81618b583f3f |
EUC-JP | 褥?‖宜?? | 111010101111001100111111101000011100001010110101101110010011111100111111 | eaf33fa1c2b5b93f3f |
UTF-8 | 褥띕∥宜밥뭄 | 111010001010010010100101111010111001110110010101111000101000100010100101111001011010111010011100111010111011000010100101111010111010110110000100 | e8a4a5eb9d95e288a5e5ae9cebb0a5ebad84 |
UHC | 褥띕∥宜밥뭄 | 111010011011001110110110111010111010000110101011111010111111000110111001111001001011100110110011 | e9b3b6eba1abebf1b9e4b9b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)