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 | 製?芸?妖? | 100100001011101100111111100011000111110000111111100101110110010000111111 | 90bb3f8c7c3f97643f |
EUC-JP | 製?芸?妖? | 110000001011110100111111101101111101110100111111110011011100010100111111 | c0bd3fb7dd3fcdc53f |
UTF-8 | 製렩芸렑妖렢 | 111010001010001110111101111010111010000010101001111010001000101010111000111010111010000010010001111001011010011010010110111010111010000010100010 | e8a3bdeba0a9e88ab8eba091e5a696eba0a2 |
UHC | 製렩芸렑妖렢 | 111100001011001010001110101101111110100111111101100011101010011011101000111011011000111010110011 | f0b28eb7e9fd8ea6e8ed8eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)