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 | 媛私? | 1001010101010001100011101000010000111111 | 95518e843f |
EUC-JP | 媛私? | 1100100110110010101110111110010000111111 | c9b2bbe43f |
UTF-8 | 媛私렟 | 111001011010101010011011111001111010011110000001111010111010000010011111 | e5aa9be7a781eba09f |
UHC | 媛私렟 | 111010101011000011011110111001111000111010110000 | eab0dee78eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)