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 | 腰?? | 10001101100110000011111100111111 | 8d983f3f |
EUC-JP | 腰?? | 10111001111110000011111100111111 | b9f83f3f |
UTF-8 | 腰닻풅 | 111010001000010110110000111010111000101110111011111011011001001010000101 | e885b0eb8bbbed9285 |
UHC | 腰닻풅 | 111010011010011010110100111010011011111010001101 | e9a6b4e9be8d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)