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 | 姐?? | 10001000101101110011111100111111 | 88b73f3f |
EUC-JP | 姐?? | 10110000101110010011111100111111 | b0b93f3f |
UTF-8 | 姐쾅렏 | 111001011010011110010000111011001011111010000101111010111010000010001111 | e5a790ecbe85eba08f |
UHC | 姐쾅렏 | 111011101011101111000100111001111000111010100101 | eebbc4e78ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)