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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 鉎漆鉎漆^ | 111110111100011110001110101111011111101111000111100011101011110101011110 | fbc78ebdfbc78ebd5e |
EUC-JP | 鉎漆鉎漆^ | 1000111111100011110111111011110010111111100011111110001111011111101111001011111101011110 | 8fe3dfbcbf8fe3dfbcbf5e |
UTF-8 | 鉎漆鉎漆^ | 11101001100010011000111011100110101111001000011011101001100010011000111011100110101111001000011001011110 | e9898ee6bc86e9898ee6bc865e |
UHC | ?漆?漆^ | 00111111111101101101010000111111111101101101010001011110 | 3ff6d43ff6d45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)