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 | 殿?? | 10010011011000010011111100111111 | 93613f3f |
EUC-JP | 殿?? | 11000101110000100011111100111111 | c5c23f3f |
UTF-8 | 殿뷴ㅑ | 111001101010111010111111111010111011011110110100111000111000010110010001 | e6aebfebb7b4e38591 |
UHC | 殿뷴ㅑ | 111011101111110010111010111001011010010011000001 | eefcbae5a4c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)