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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 節??嚥 | 100100001101111100111111001111111001101010001011 | 90df3f3f9a8b |
EUC-JP | 節??嚥 | 110000001110000100111111001111111101001111101011 | c0e13f3fd3eb |
UTF-8 | 節븀뒼嚥 | 111001111010111110000000111010111011100010000000111010111001001010111100111001011001101010100101 | e7af80ebb880eb92bce59aa5 |
UHC | 節븀뒼嚥 | 1110111110111101101110101110011110001010101100101110011010111111 | efbdbae78ab2e6bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)