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 | 111010111010010010001011111001011001001010010000010110011110101110100100100010111110010110010010100100000110001001000101 | eba48be5929059eba48be592906245 |
UHC | 뤋咐Y뤋咐bE | 1000111110111011110111001111101101011001100011111011101111011100111110110110001001000101 | 8fbbdcfb598fbbdcfb6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)