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 | 啼??楯 | 100110100110010100111111001111111000111101111100 | 9a653f3f8f7c |
EUC-JP | 啼??楯 | 110100111100011000111111001111111011110111011101 | d3c63f3fbddd |
UTF-8 | 啼면질楯 | 111001011001010110111100111010111010100110110100111011001010011110001000111001101010010110101111 | e595bceba9b4eca788e6a5af |
UHC | 啼면질楯 | 1111000010100110101110001110100111000001111110101110001011100100 | f0a6b8e9c1fae2e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)