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 | 茁??迅? | 11111011100100110011111100111111100100000111011000111111 | fb933f3f90763f |
EUC-JP | 茁??迅? | 1000111111010111110111100011111100111111101111111101011100111111 | 8fd7de3f3fbfd73f |
UTF-8 | 茁흗횟迅렢 | 111010001000110010000001111011011001110110010111111011011001101010011111111010001011111110000101111010111010000010100010 | e88c81ed9d97ed9a9fe8bf85eba0a2 |
UHC | 茁흗횟迅렢 | 11110001111010001100100011101001110010001011110111100011111101101000111010110011 | f1e8c8e9c8bde3f68eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)