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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 裂졿븥溜잙젺 | 111011111010011010100000111011001010000110111111111010111011100010100101111011111010011110001011111011001001111010011001111011001010000010111010 | efa6a0eca1bfebb8a5efa78bec9e99eca0ba |
UHC | 裂졿븥溜잙젺 | 111001101111000110100000111001101001010110001110111010101111111010011111111010111010000010101101 | e6f1a0e6958eeafe9feba0ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)