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 | 001111110011111101111101010110010011111100111111011111010110001001000101 | 3f3f7d593f3f7d6245 |
SJIS-WIN | 灼舎}Y灼舎}bE | 10001110110111001000111011001001011111010101100110001110110111001000111011001001011111010110001001000101 | 8edc8ec97d598edc8ec97d6245 |
EUC-JP | 灼舎}Y灼舎}bE | 10111100110111101011110011001011011111010101100110111100110111101011110011001011011111010110001001000101 | bcdebccb7d59bcdebccb7d6245 |
UTF-8 | 灼舎}Y灼舎}bE | 1110011110000001101111001110100010001000100011100111110101011001111001111000000110111100111010001000100010001110011111010110001001000101 | e781bce8888e7d59e781bce8888e7d6245 |
UHC | 灼?}Y灼?}bE | 1110110111000111001111110111110101011001111011011100011100111111011111010110001001000101 | edc73f7d59edc73f7d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)