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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | ?盆^ | 00111111100101100111111001011110 | 3f967e5e |
EUC-JP | ?盆^ | 00111111110010111101111101011110 | 3fcbdf5e |
UTF-8 | 닳盆^ | 11101011100010111011001111100111100110111000011001011110 | eb8bb3e79b865e |
UHC | 닳盆^ | 1011010011100010110111011100111001011110 | b4e2ddce5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)