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 | 1110011010111100100101000111110101011001111001101011110010010100011111010110001001000101 | e6bc947d59e6bc947d6245 |
EUC-JP | 貍媒Y貍媒bE | 1110110010111110110001111101111001011001111011001011111011000111110111100110001001000101 | ecbec7de59ecbec7de6245 |
UTF-8 | 貍媒Y貍媒bE | 111010001011001010001101111001011010101010010010010110011110100010110010100011011110010110101010100100100110001001000101 | e8b28de5aa9259e8b28de5aa926245 |
UHC | ?媒Y?媒bE | 001111111101100011011010010110010011111111011000110110100110001001000101 | 3fd8da593fd8da6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)