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 | ???脚懃 | 00111111001111110011111110001011011100101001110011100111 | 3f3f3f8b729ce7 |
EUC-JP | ???脚懃 | 00111111001111110011111110110101110100111101100011101001 | 3f3f3fb5d3d8e9 |
UTF-8 | 렺셔ㅕ脚懃 | 111010111010000010111010111011001000010110010100111000111000010110010101111010001000010010011010111001101000011110000011 | eba0baec8594e38595e8849ae68783 |
UHC | 렺셔ㅕ脚懃 | 10001110110000101011110011000101101001001100010111001010110001011101000011000100 | 8ec2bcc5a4c5cac5d0c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)