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 | 鴒ヤ釥ッ | 111010011111011111010100111110111100000010101111 | e9f7d4fbc0af |
EUC-JP | 鴒ヤ釥ッ | 111100101111100110001110110101001000111111100011101010111000111010101111 | f2f98ed48fe3ab8eaf |
UTF-8 | 鴒ヤ釥ッ | 111010011011010010010010111011111011111010010100111010011000011110100101111011111011110110101111 | e9b492efbe94e987a5efbdaf |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)