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 | 錝辞渧 | 111110111101110110001110101010111111101101001000 | fbdd8eabfb48 |
EUC-JP | 錝辞渧 | 1000111111100100110110111011110010101101100011111100011111101011 | 8fe4dbbcad8fc7eb |
UTF-8 | 錝辞渧 | 111010011000110010011101111010001011111010011110111001101011100010100111 | e98c9de8be9ee6b8a7 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)