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 | 1110100110001000100101000111110101011001111010011000100010010100011111010110001001000101 | e988947d59e988947d6245 |
EUC-JP | 驤媒Y驤媒bE | 1111000111101000110001111101111001011001111100011110100011000111110111100110001001000101 | f1e8c7de59f1e8c7de6245 |
UTF-8 | 驤媒Y驤媒bE | 111010011010100110100100111001011010101010010010010110011110100110101001101001001110010110101010100100100110001001000101 | e9a9a4e5aa9259e9a9a4e5aa926245 |
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)