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 | 謇搾ス誤曙轢 | 1110011010001001100011011110111110111101100011001110101110001111100011001110011110000000 | e6898defbd8ceb8f8ce780 |
EUC-JP | 謇搾ス誤曙轢 | 111010111110100110111010111100011000111010111101101110001110110110111101111011001110110111100000 | ebe9baf18ebdb8edbdecede0 |
UTF-8 | 謇搾ス誤曙轢 | 111010001010110010000111111001101001000010111110111011111011110110111101111010001010101010100100111001101001101110011001111010001011110110100010 | e8ac87e690beefbdbde8aaa4e69b99e8bda2 |
UHC | ?搾?誤曙轢 | 00111111111100111011011000111111111010001010011011011111111101011101010111111001 | 3ff3b63fe8a6dff5d5f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)