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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 湿痔上羸ニ | 100011101011110010001110101001001000111111100011111000111011111011000110 | 8ebc8ea48fe3e3bec6 |
EUC-JP | 湿痔上羸ニ | 10111100101111101011110010100110101111101110010111100110110000001000111011000110 | bcbebca6bee5e6c08ec6 |
UTF-8 | 湿痔上羸ニ | 111001101011100110111111111001111001011110010100111001001011100010001010111001111011111010111000111011111011111010000110 | e6b9bfe79794e4b88ae7beb8efbe86 |
UHC | ?痔上羸? | 0011111111110110110000001101111110111110110101111110100000111111 | 3ff6c0dfbed7e83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)