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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 燿ワ??? | 11100000101000001000001110001111001111110011111100111111 | e0a0838f3f3f3f |
EUC-JP | 燿ワ??? | 11100000101000101010010111101111001111110011111100111111 | e0a2a5ef3f3f3f |
UTF-8 | 燿ワ쉴樂뽩 | 111001111000011110111111111000111000001110101111111011001000100110110100111011111010011010111111111010111011110110101001 | e787bfe383afec89b4efa6bfebbda9 |
UHC | 燿ワ쉴樂뽩 | 11101000111111001010101111101111101111011010111111101000111110011001011011100101 | e8fcabefbdafe8f996e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)