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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 獨邪室 | 111000001101010110001110110101111000111010111010 | e0d58ed78eba |
EUC-JP | 獨邪室 | 111000001101011110111100110110011011110010111100 | e0d7bcd9bcbc |
UTF-8 | 獨邪室 | 111001111000110110101000111010011000001010101010111001011010111010100100 | e78da8e982aae5aea4 |
UHC | 獨邪室 | 110101001011110011011110111101111110001111111000 | d4bcdef7e3f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)