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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 漆辞鴣 | 11110001111110011000111010111101111100101010001110001110101010111110100111110011 | f1f98ebdf2a38eabe9f3 |
EUC-JP | ?漆?辞鴣 | 0011111110111100101111110011111110111100101011011111001011110101 | 3fbcbf3fbcadf2f5 |
UTF-8 | 漆辞鴣 | 111011101000010110110100111001101011110010000110111011101000011110011010111010001011111010011110111010011011010010100011 | ee85b4e6bc86ee879ae8be9ee9b4a3 |
UHC | ?漆??? | 001111111111011011010100001111110011111100111111 | 3ff6d43f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)