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 | 移?第?枝? | 100010001101101000111111100100011110011000111111100011100111110100111111 | 88da3f91e63f8e7d3f |
EUC-JP | 移?第?枝? | 101100001101110000111111110000101110100000111111101110111101111000111111 | b0dc3fc2e83fbbde3f |
UTF-8 | 移렧第렞枝렏 | 111001111010011110111011111010111010000010100111111001111010110010101100111010111010000010011110111001101001111010011101111010111010000010001111 | e7a7bbeba0a7e7acaceba09ee69e9deba08f |
UHC | 移렧第렞枝렏 | 111011001011100110001110101101101111000010101111100011101010111111110010101010111000111010100101 | ecb98eb6f0af8eaff2ab8ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)