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 | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-WIN | ?咐Y?咐bE | 001111111001100111110011010110010011111110011001111100110110001001000101 | 3f99f3593f99f36245 |
EUC-JP | ?咐Y?咐bE | 001111111101001011110101010110010011111111010010111101010110001001000101 | 3fd2f5593fd2f56245 |
UTF-8 | 뤫咐Y뤫咐bE | 111010111010010010101011111001011001001010010000010110011110101110100100101010111110010110010010100100000110001001000101 | eba4abe5929059eba4abe592906245 |
UHC | 뤫咐Y뤫咐bE | 1000111111011001110111001111101101011001100011111101100111011100111110110110001001000101 | 8fd9dcfb598fd9dcfb6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)