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 | 矮?偕?琥 | 1110000111100010001111111001100011110001001111111110000011100110 | e1e23f98f13fe0e6 |
EUC-JP | 矮?偕?琥 | 1110001011100100001111111101000011110011001111111110000011101000 | e2e43fd0f33fe0e8 |
UTF-8 | 矮렡偕렱琥 | 111001111001111110101110111010111010000010100001111001011000000110010101111010111010000010110001111001111001000010100101 | e79faeeba0a1e58195eba0b1e790a5 |
UHC | 矮렡偕렱琥 | 11101000111000011000111010110010111110101010010110001110101111101111101111010000 | e8e18eb2faa58ebefbd0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)