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 | ?????Ⅷ | 00111111001111110011111100111111001111111000011101011011 | 3f3f3f3f3f875b |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 樂낅뗀柳뗦Ⅷ | 111011111010011010111111111010111000001010000101111010111001011110000000111011111010011110001001111010111001011110100110111000101000010110100111 | efa6bfeb8285eb9780efa789eb97a6e285a7 |
UHC | 樂낅뗀柳뗦Ⅷ | 111010001111100110000101111010111011011010111110111010101111011110001011111001101010010110110111 | e8f985ebb6beeaf78be6a5b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)