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 | 100011110111101001011001100011110111101001011010 | 8f7a598f7a5a |
EUC-JP | 循Y循Z | 101111011101101101011001101111011101101101011010 | bddb59bddb5a |
UTF-8 | 循Y循Z | 1110010110111110101010100101100111100101101111101010101001011010 | e5beaa59e5beaa5a |
UHC | 循Y循Z | 111000101110000001011001111000101110000001011010 | e2e059e2e05a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)