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 | 1001101011100011100111001010000001011001100110101110001110011100101000000110001001000101 | 9ae39ca0599ae39ca06245 |
EUC-JP | 壹悛Y壹悛bE | 1101010011100101110110001010001001011001110101001110010111011000101000100110001001000101 | d4e5d8a259d4e5d8a26245 |
UTF-8 | 壹悛Y壹悛bE | 111001011010001110111001111001101000001010011011010110011110010110100011101110011110011010000010100110110110001001000101 | e5a3b9e6829b59e5a3b9e6829b6245 |
UHC | 壹悛Y壹悛bE | 1110110011101100111011101111100101011001111011001110110011101110111110010110001001000101 | ececeef959ececeef96245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)