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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 嚥〓?旬? | 1001101010001011100000011010110000111111100011110111101100111111 | 9a8b81ac3f8f7b3f |
EUC-JP | 嚥〓Œ旬? | 11010011111010111010001010101110100011111010100110101101101111011101110000111111 | d3eba2ae8fa9adbddc3f |
UTF-8 | 嚥〓Œ旬킙 | 1110010110011010101001011110001110000000100100111100010110010010111001101001011110101100111011011000001010011001 | e59aa5e38093c592e697aced8299 |
UHC | 嚥〓Œ旬킙 | 11100110101111111010000111101011101010001010101111100010111000101011010101000101 | e6bfa1eba8abe2e2b545 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)