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 | 巐霊ゥ熊 | 11111010101101101001011111101100101010011000110001000110 | fab697eca98c46 |
EUC-JP | 巐霊ゥ熊 | 100011111011101111111001110011101110111010001110101010011011011110100111 | 8fbbf9ceee8ea9b7a7 |
UTF-8 | 巐霊ゥ熊 | 111001011011011110010000111010011001110010001010111011111011110110101001111001111000011010001010 | e5b790e99c8aefbda9e7868a |
UHC | ???熊 | 0011111100111111001111111110101010101000 | 3f3f3feaa8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)