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 | 漆シ | 11110000111110011000111010111101111100101010111110111100 | f0f98ebdf2afbc |
EUC-JP | ?漆?シ | 001111111011110010111111001111111000111010111100 | 3fbcbf3f8ebc |
UTF-8 | 漆シ | 111011101000001010111000111001101011110010000110111011101000011110100110111011111011110110111100 | ee82b8e6bc86ee87a6efbdbc |
UHC | ?漆?? | 0011111111110110110101000011111100111111 | 3ff6d43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)