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 | ?鞨邪 | 0011111111101000111000001000111011010111 | 3fe8e08ed7 |
EUC-JP | 瀷鞨邪 | 10001111110010011011010011110000111000101011110011011001 | 8fc9b4f0e2bcd9 |
UTF-8 | 瀷鞨邪 | 111001111000000010110111111010011001111010101000111010011000001010101010 | e780b7e99ea8e982aa |
UHC | 瀷鞨邪 | 111011001100101111001010111010101101111011110111 | eccbcaeadef7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)