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 | 邪篠 | 111100101011111110001110110101111000111011000010 | f2bf8ed78ec2 |
EUC-JP | ?邪篠 | 0011111110111100110110011011110011000100 | 3fbcd9bcc4 |
UTF-8 | 邪篠 | 111011101000011110110110111010011000001010101010111001111010111110100000 | ee87b6e982aae7afa0 |
UHC | ?邪篠 | 0011111111011110111101111110000111000110 | 3fdef7e1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)