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 | 漆晶ウ | 11110010101110111000111010111101100011111011101110110011 | f2bb8ebd8fbbb3 |
EUC-JP | ?漆晶ウ | 00111111101111001011111110111110101111011000111010110011 | 3fbcbfbebd8eb3 |
UTF-8 | 漆晶ウ | 111011101000011110110010111001101011110010000110111001101001100110110110111011111011110110110011 | ee87b2e6bc86e699b6efbdb3 |
UHC | ?漆晶? | 001111111111011011010100111011111101110000111111 | 3ff6d4efdc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)