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 | ???釗? | 001111110011111100111111111110111011101100111111 | 3f3f3ffbbb3f |
EUC-JP | 孼??釗? | 100011111011101011000011001111110011111110001111111000111010011000111111 | 8fbac33f3f8fe3a63f |
UTF-8 | 孼뜰끇釗뚧 | 111001011010110110111100111010111001110010110000111010111000000110000111111010011000011110010111111010111001101010100111 | e5adbceb9cb0eb8187e98797eb9aa7 |
UHC | 孼뜰끇釗뚧 | 11100101111011011011011011100011100001011011101111100001111100101000110011100110 | e5edb6e385bbe1f28ce6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)