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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 迪企ュエ | 111001111000110010001010111010011010110110110100 | e78c8ae9adb4 |
EUC-JP | 迪企ュエ | 1110110111101100101101001110101110001110101011011000111010110100 | edecb4eb8ead8eb4 |
UTF-8 | 迪企ュエ | 111010001011111110101010111001001011110010000001111011111011110110101101111011111011110110110100 | e8bfaae4bc81efbdadefbdb4 |
UHC | 迪企?? | 111011101110100011010000111010100011111100111111 | eee8d0ea3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)