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 | ??巒 | 00111111001111111001101111011011 | 3f3f9bdb |
EUC-JP | 瑗?巒 | 100011111100110011000000001111111101011011011101 | 8fccc03fd6dd |
UTF-8 | 瑗대巒 | 111001111001000110010111111010111000110010000000111001011011011110010010 | e79197eb8c80e5b792 |
UHC | 瑗대巒 | 111010101011110010110100111010111101100010110101 | eabcb4ebd8b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)