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 | 跌ク蟄伜夋蜊 | 1110011011101001101110001110010110101101100110001110010111111010100111111110010110001101 | e6e9b8e5ad98e5fa9fe58d |
EUC-JP | 跌ク蟄伜夋蜊 | 11101100111010111000111010111000111010101010111111010000111001111000111110111000111000011110100111101101 | eceb8eb8eaafd0e78fb8e1e9ed |
UTF-8 | 跌ク蟄伜夋蜊 | 111010001011011110001100111011111011110110111000111010001001111110000100111001001011110010011100111001011010010010001011111010001001110010001010 | e8b78cefbdb8e89f84e4bc9ce5a48be89c8a |
UHC | 跌?蟄??? | 1111001011110110001111111111011011011110001111110011111100111111 | f2f63ff6de3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)