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 | 嚥??? | 1001101010001011001111110011111100111111 | 9a8b3f3f3f |
EUC-JP | 嚥??? | 1101001111101011001111110011111100111111 | d3eb3f3f3f |
UTF-8 | 嚥잒찎溜 | 111001011001101010100101111011001001111010010010111011001011000010001110111011111010011110001011 | e59aa5ec9e92ecb08eefa78b |
UHC | 嚥잒찎溜 | 1110011010111111100111111110100010101001100100001110101011111110 | e6bf9fe8a990eafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)