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 | 檍??額?? | 1001111011111000001111110011111110001010011110100011111100111111 | 9ef83f3f8a7a3f3f |
EUC-JP | 檍??額?? | 1101110011111010001111110011111110110011110110110011111100111111 | dcfa3f3fb3db3f3f |
UTF-8 | 檍덈걫額㏓쨱 | 111001101010101010001101111010111000110110001000111010101011000110101011111010011010000110001101111000111000111110010011111011001010100010110001 | e6aa8deb8d88eab1abe9a18de38f93eca8b1 |
UHC | 檍덈걫額㏓쨱 | 111001011110010110001000111010111000000110010100111001001111111010100111111010111010010010001011 | e5e588eb8194e4fea7eba48b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)