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 | 00111111010110010011111101011010 | 3f593f5a |
SJIS-WIN | 矗Y矗Z | 111000011101111001011001111000011101111001011010 | e1de59e1de5a |
EUC-JP | 矗Y矗Z | 111000101110000001011001111000101110000001011010 | e2e059e2e05a |
UTF-8 | 矗Y矗Z | 1110011110011111100101110101100111100111100111111001011101011010 | e79f9759e79f975a |
UHC | 矗Y矗Z | 111101011011100001011001111101011011100001011010 | f5b859f5b85a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)