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 | ヘロ耨箏 | 11001101110110111110001111010011111100001110110111100010101101011111011010110000 | cddbe3d3f0ede2b5f6b0 |
EUC-JP | ヘロ耨?箏? | 10001110110011011000111011011011111001101101010100111111111001001011011100111111 | 8ecd8edbe6d53fe4b73f |
UTF-8 | ヘロ耨箏 | 111011111011111010001101111011111011111010011011111010001000000010101000111011101000001010101100111001111010111010001111111011101001001110010111 | efbe8defbe9be880a8ee82ace7ae8fee9397 |
UHC | ????箏? | 00111111001111110011111100111111111011101011010000111111 | 3f3f3f3feeb43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)