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 | 砥??砥 | 100100110111010100111111001111111001001101110101 | 93753f3f9375 |
EUC-JP | 砥??砥 | 110001011101011000111111001111111100010111010110 | c5d63f3fc5d6 |
UTF-8 | 砥잴뱄砥 | 111001111010000010100101111011001001111010110100111010111011000110000100111001111010000010100101 | e7a0a5ec9eb4ebb184e7a0a5 |
UHC | 砥잴뱄砥 | 1111001010110010110000001110101010111001111011111111001010110010 | f2b2c0eab9eff2b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)