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 | 燿??雅?? | 1110000010100000001111110011111110001001111010110011111100111111 | e0a03f3f89eb3f3f |
EUC-JP | 燿??雅?? | 1110000010100010001111110011111110110010111011010011111100111111 | e0a23f3fb2ed3f3f |
UTF-8 | 燿먧튋雅뗨뮓 | 111001111000011110111111111010111010100010100111111011011000101010001011111010011001101110000101111010111001011110101000111010111010111010010011 | e787bfeba8a7ed8a8be99b85eb97a8ebae93 |
UHC | 燿먧튋雅뗨뮓 | 111010001111110010010000111001001011100110011111111001001011101010001011111010001001001010011111 | e8fc90e4b99fe4ba8be8929f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)