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 | 余??揖ι? | 100101110101110100111111001111111001011101001011100000111100011100111111 | 975d3f3f974b83c73f |
EUC-JP | 余??揖ι? | 110011011011111000111111001111111100110110101100101001101100100100111111 | cdbe3f3fcdaca6c93f |
UTF-8 | 余쒕엪揖ι댖 | 1110010010111101100110011110110010010010100101011110110010010111101010101110011010001111100101101100111010111001111010111000110010010110 | e4bd99ec9295ec97aae68f96ceb9eb8c96 |
UHC | 余쒕엪揖ι댖 | 111001011111100110011100111010111001111010000011111010111110011110100101111010011000100010111010 | e5f99ceb9e83ebe7a5e988ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)