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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??ズ嚥?? | 0011111100111111100000110101100110011010100010110011111100111111 | 3f3f83599a8b3f3f |
EUC-JP | ??ズ嚥?? | 0011111100111111101001011011101011010011111010110011111100111111 | 3f3fa5bad3eb3f3f |
UTF-8 | 緣끿ズ嚥득굢 | 111001111011011110100011111010111000000110111111111000111000001010111010111001011001101010100101111010111001001110011101111010101011010110100010 | e7b7a3eb81bfe382bae59aa5eb939deab5a2 |
UHC | 緣끿ズ嚥득굢 | 111001101101111010000101111001111010101110111010111001101011111110110101111001101000001010001001 | e6de85e7abbae6bfb5e68289 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)