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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 漆[漆[^ | 1111000111111100100011101011110101011011111100011111110010001110101111010101101101011110 | f1fc8ebd5bf1fc8ebd5b5e |
EUC-JP | ?漆[?漆[^ | 001111111011110010111111010110110011111110111100101111110101101101011110 | 3fbcbf5b3fbcbf5b5e |
UTF-8 | 漆[漆[^ | 111011101000010110110111111001101011110010000110010110111110111010000101101101111110011010111100100001100101101101011110 | ee85b7e6bc865bee85b7e6bc865b5e |
UHC | ?漆[?漆[^ | 001111111111011011010100010110110011111111110110110101000101101101011110 | 3ff6d45b3ff6d45b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)