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 | ???鎰?ⅶ | 0011111100111111001111111110100001001100001111111111101001000110 | 3f3f3fe84c3ffa46 |
EUC-JP | 獒??鎰?? | 100011111100101110111011001111110011111111101111101011010011111100111111 | 8fcbbb3f3fefad3f3f |
UTF-8 | 獒앸냵鎰꾢ⅶ | 111001111000110110010010111011001001010110111000111010111000001110110101111010011000111010110000111010101011111010100010111000101000010110110110 | e78d92ec95b8eb83b5e98eb0eabea2e285b6 |
UHC | 獒앸냵鎰꾢ⅶ | 111010001010001110011101111010111000011010000101111011001111000010000100111001011010010110100111 | e8a39deb8685ecf084e5a5a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)