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???bE | 001111110011111100111111010110010011111100111111001111110110001001000101 | 3f3f3f593f3f3f6245 |
SJIS-WIN | ???Y???bE | 001111110011111100111111010110010011111100111111001111110110001001000101 | 3f3f3f593f3f3f6245 |
EUC-JP | ???Y???bE | 001111110011111100111111010110010011111100111111001111110110001001000101 | 3f3f3f593f3f3f6245 |
UTF-8 | 묯뫍뫑Y묯뫍뫑bE | 111010111010110010101111111010111010101110001101111010111010101110010001010110011110101110101100101011111110101110101011100011011110101110101011100100010110001001000101 | ebacafebab8debab9159ebacafebab8debab916245 |
UHC | 묯뫍뫑Y묯뫍뫑bE | 100100100100011010010001101011111001000110110011010110011001001001000110100100011010111110010001101100110110001001000101 | 924691af91b359924691af91b36245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)