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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 嶺뚋뼜됬맧 | 111011111010011010101011111010111001101010001011111010111011110010011100111010111001000010101100111010111010011110100111 | efa6abeb9a8bebbc9ceb90aceba7a7 |
UHC | 嶺뚋뼜됬맧 | 11100111101011011000110011001110101110111100010110001001111001111001000010110000 | e7ad8ccebbc589e790b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)