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 | 1110100010000101100100010111110101011001111010001000010110010001011111010110001001000101 | e885917d59e885917d6245 |
EUC-JP | 閻挿Y閻挿bE | 1110111111100101110000011101111001011001111011111110010111000001110111100110001001000101 | efe5c1de59efe5c1de6245 |
UTF-8 | 閻挿Y閻挿bE | 111010011001011010111011111001101000110010111111010110011110100110010110101110111110011010001100101111110110001001000101 | e996bbe68cbf59e996bbe68cbf6245 |
UHC | 閻?Y閻?bE | 111001111010001000111111010110011110011110100010001111110110001001000101 | e7a23f59e7a23f6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)