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 | ???◇?? | 00111111001111110011111110000001100111100011111100111111 | 3f3f3f819e3f3f |
EUC-JP | ???◇?囊 | 001111110011111100111111101000011111111000111111100011111011011011101100 | 3f3f3fa1fe3f8fb6ec |
UTF-8 | 룵퓦⒝◇룵囊 | 111010111010001110110101111011011001001110100110111000101001001010011101111000101001011110000111111010111010001110110101111001011001101110001010 | eba3b5ed93a6e2929de29787eba3b5e59b8a |
UHC | 룵퓦⒝◇룵囊 | 100011111010101010111111100011111010100111001110101000011101111010001111101010101101001010100101 | 8faabf8fa9cea1de8faad2a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)