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 | ??鏃?ゎ | 00111111001111111110100001010110001111111000001011101100 | 3f3fe8563f82ec |
EUC-JP | ??鏃?ゎ | 00111111001111111110111110110111001111111010010011101110 | 3f3fefb73fa4ee |
UTF-8 | 뤚┧鏃퐥ゎ | 111010111010010010011010111000101001010010100111111010011000111110000011111011011001000010100101111000111000001010001110 | eba49ae294a7e98f83ed90a5e3828e |
UHC | 뤚┧鏃퐥ゎ | 10001111110010011010011011001110111100001110110010111101100011101010101011101110 | 8fc9a6cef0ecbd8eaaee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)