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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 醯苜e | 111001111100111111100100100111001000001010000101 | e7cfe49c8285 |
EUC-JP | 醯苜e | 111011101101000111100111111111001010001111100101 | eed1e7fca3e5 |
UTF-8 | 醯苜e | 111010011000011010101111111010001000101110011100111011111011110110000101 | e986afe88b9cefbd85 |
UHC | 醯?e | 1111101110111000001111111010001111100101 | fbb83fa3e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)