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 | 1110100010011101100100110111110101011001111010001001110110010011011111010110001001000101 | e89d937d59e89d937d6245 |
EUC-JP | 陜党Y陜党bE | 1110111111111101110001011101111001011001111011111111110111000101110111100110001001000101 | effdc5de59effdc5de6245 |
UTF-8 | 陜党Y陜党bE | 111010011001100110011100111001011000010110011010010110011110100110011001100111001110010110000101100110100110001001000101 | e9999ce5859a59e9999ce5859a6245 |
UHC | 陜?Y陜?bE | 111110011111000000111111010110011111100111110000001111110110001001000101 | f9f03f59f9f03f6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)