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 | 沃????? | 10010111100000000011111100111111001111110011111100111111 | 97803f3f3f3f3f |
EUC-JP | 沃????? | 11001101111000000011111100111111001111110011111100111111 | cde03f3f3f3f3f |
UTF-8 | 沃욤쓮溜잙졁 | 111001101011001010000011111011001001101010100100111011001001001110101110111011111010011110001011111011001001111010011001111011001010000110000001 | e6b283ec9aa4ec93aeefa78bec9e99eca181 |
UHC | 沃욤쓮溜잙졁 | 111010001010101010111111111010001001110110001110111010101111111010011111111010111010000010110010 | e8aabfe89d8eeafe9feba0b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)