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 | 1000111011011100100011101011100001011001100011101101110010001110101110000110001001000101 | 8edc8eb8598edc8eb86245 |
EUC-JP | 灼失Y灼失bE | 1011110011011110101111001011101001011001101111001101111010111100101110100110001001000101 | bcdebcba59bcdebcba6245 |
UTF-8 | 灼失Y灼失bE | 111001111000000110111100111001011010010010110001010110011110011110000001101111001110010110100100101100010110001001000101 | e781bce5a4b159e781bce5a4b16245 |
UHC | 灼失Y灼失bE | 1110110111000111111000111111011101011001111011011100011111100011111101110110001001000101 | edc7e3f759edc7e3f76245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)