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 | ?? 宥?ⅶ | 001111110011111110000001010000001001011101000111001111111111101001000110 | 3f3f814097473ffa46 |
EUC-JP | ?? 宥?? | 0011111100111111101000011010000111001101101010000011111100111111 | 3f3fa1a1cda83f3f |
UTF-8 | 令⑸ 宥썲ⅶ | 111011111010011010101000111000101001000110111000111000111000000010000000111001011010111010100101111011001000110110110010111000101000010110110110 | efa6a8e291b8e38080e5aea5ec8db2e285b6 |
UHC | 令⑸ 宥썲ⅶ | 111001111010100110101001111010111010000110100001111010101110100110111101111001011010010110100111 | e7a9a9eba1a1eae9bde5a5a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)