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 | íYíZ | 1110110110001011100101000101100111101101100010111001010001011010 | ed8b9459ed8b945a |
SJIS-WIN | ???Y???Z | 0011111100111111001111110101100100111111001111110011111101011010 | 3f3f3f593f3f3f5a |
EUC-JP | í??Yí??Z | 100011111010101110111111001111110011111101011001100011111010101110111111001111110011111101011010 | 8fabbf3f3f598fabbf3f3f5a |
UTF-8 | íYíZ | 1100001110101101110000101000101111000010100101000101100111000011101011011100001010001011110000101001010001011010 | c3adc28bc29459c3adc28bc2945a |
UHC | ???Y???Z | 0011111100111111001111110101100100111111001111110011111101011010 | 3f3f3f593f3f3f5a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)