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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蜈ク迚櫓 | 11100101100001011011100011100111100010011001100001000101 | e585b8e7899845 |
EUC-JP | 蜈ク迚櫓 | 1110100111100101100011101011100011101101111010011100111110100110 | e9e58eb8ede9cfa6 |
UTF-8 | 蜈ク迚櫓 | 111010001001110010001000111011111011110110111000111010001011111110011010111001101010101110010011 | e89c88efbdb8e8bf9ae6ab93 |
UHC | 蜈??櫓 | 111010001010010100111111001111111101011011010000 | e8a53f3fd6d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)