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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | 濩??澔? | 100011111100100110100100001111110011111110001111110010001110110000111111 | 8fc9a43f3f8fc8ec3f |
UTF-8 | 濩모ㅋ澔렏 | 111001101011111110101001111010111010101010101000111000111000010110001011111001101011111010010100111010111010000010001111 | e6bfa9ebaaa8e3858be6be94eba08f |
UHC | 濩모ㅋ澔렏 | 11111011110011011011100011110000101001001011101111111011110010111000111010100101 | fbcdb8f0a4bbfbcb8ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)