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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 雫隝璽 | 100011101011010011111011111010111000111010100011 | 8eb4fbeb8ea3 |
EUC-JP | 雫隝璽 | 10111100101101101000111111100110111010001011110010100101 | bcb68fe6e8bca5 |
UTF-8 | 雫隝璽 | 111010011001101110101011111010011001101010011101111001111001001010111101 | e99babe99a9de792bd |
UHC | ??璽 | 00111111001111111101111111011110 | 3f3fdfde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)