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 | 閼ら部笏予 | 11101000100001001000001011100111100101011001010011100010100101001001011101011100 | e88482e79594e294975c |
EUC-JP | 閼ら部笏予 | 11101111111001001010010011101001110010011111010011100011111101001100110110111101 | efe4a4e9c9f4e3f4cdbd |
UTF-8 | 閼ら部笏予 | 111010011001011010111100111000111000001010001001111010011000001110101000111001111010110010001111111001001011101010001000 | e996bce38289e983a8e7ac8fe4ba88 |
UHC | 閼ら部笏予 | 11100100110110011010101011101001110111011011101111111011111011101110010111111000 | e4d9aae9ddbbfbeee5f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)