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 | ??笑?愼 | 00111111001111111000111111001110001111111001110011000100 | 3f3f8fce3f9cc4 |
EUC-JP | ?堧笑?愼 | 001111111000111110111000101010001011111011010000001111111101100011000110 | 3f8fb8a8bed03fd8c6 |
UTF-8 | 黎堧笑잢愼 | 111011111010011010001001111001011010000010100111111001111010110010010001111011001001111010100010111001101000010010111100 | efa689e5a0a7e7ac91ec9ea2e684bc |
UHC | 黎堧笑잢愼 | 11100110101100011110011011000000111000011100010110011111111100011110001111100101 | e6b1e6c0e1c59ff1e3e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)