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 | 1110000101010010111001011000000101011001111000010101001011100101100000010110001001000101 | e152e58159e152e5816245 |
EUC-JP | 甞蛛Y甞蛛bE | 1110000110110011111010011110000101011001111000011011001111101001111000010110001001000101 | e1b3e9e159e1b3e9e16245 |
UTF-8 | 甞蛛Y甞蛛bE | 111001111001010010011110111010001001101110011011010110011110011110010100100111101110100010011011100110110110001001000101 | e7949ee89b9b59e7949ee89b9b6245 |
UHC | ?蛛Y?蛛bE | 001111111111000111001000010110010011111111110001110010000110001001000101 | 3ff1c8593ff1c86245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)