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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鉎漆肄 | 111110111100011110001110101111011110001111100101 | fbc78ebde3e5 |
EUC-JP | 鉎漆肄 | 10001111111000111101111110111100101111111110011011100111 | 8fe3dfbcbfe6e7 |
UTF-8 | 鉎漆肄 | 111010011000100110001110111001101011110010000110111010001000001010000100 | e9898ee6bc86e88284 |
UHC | ?漆肄 | 0011111111110110110101001110110010111101 | 3ff6d4ecbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)