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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 掠욄뿈嶪뤶많 | 111011111010010110110101111011001001101010000100111010111011111110001000111001011011011010101010111010111010010010110110111010111010011110001110 | efa5b5ec9a84ebbf88e5b6aaeba4b6eba78e |
UHC | 掠욄뿈嶪뤶많 | 111001011011000110011110111001101001011110001111111001011111010110001111111001001011100010111001 | e5b19ee6978fe5f58fe4b8b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)