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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 湿実シ眄燻オ | 10001110101111001000111011000000101111001110000110111110111000001000111010110101 | 8ebc8ec0bce1bee08eb5 |
EUC-JP | 湿実シ眄燻オ | 101111001011111010111100110000101000111010111100111000101100000011011111111011101000111010110101 | bcbebcc28ebce2c0dfee8eb5 |
UTF-8 | 湿実シ眄燻オ | 111001101011100110111111111001011010111010011111111011111011110110111100111001111001110010000100111001111000011110111011111011111011110110110101 | e6b9bfe5ae9fefbdbce79c84e787bbefbdb5 |
UHC | ???眄燻? | 0011111100111111001111111101100011111000111111011011100000111111 | 3f3f3fd8f8fdb83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)