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 | 鉐ャ尞 | 1110011111101111101011001111101010101011 | e7efacfaab |
EUC-JP | 鉐ャ尞 | 11101110111100011000111010101100100011111011101011101011 | eef18eac8fbaeb |
UTF-8 | 鉐ャ尞 | 111010011000100110010000111011111011110110101100111001011011000010011110 | e98990efbdace5b09e |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)