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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ????櫛瑩 | 0011111100111111001111110011111110001011111110011110000011110000 | 3f3f3f3f8bf9e0f0 |
EUC-JP | ????櫛瑩 | 0011111100111111001111110011111110110110111110111110000011110010 | 3f3f3f3fb6fbe0f2 |
UTF-8 | 씔롗롁뤵櫛瑩 | 111011001001010010010100111010111010000110010111111010111010000110000001111010111010010010110101111001101010101110011011111001111001000110101001 | ec9494eba197eba181eba4b5e6ab9be791a9 |
UHC | 씔롗롁뤵櫛瑩 | 101111101011110010001110110110111000111011001000100011111110001111110001111011101111101110101001 | bebc8edb8ec88fe3f1eefba9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)