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 | 吟℡?蘖? | 1000101111100001100001111000010000111111100111110101000000111111 | 8be187843f9f503f |
EUC-JP | 吟??蘖? | 10110110111000110011111100111111110111011011000100111111 | b6e33f3fddb13f |
UTF-8 | 吟℡썬蘖椧 | 111001011001000010011111111000101000010010100001111011001000110110101100111010001001100010010110111001101010010010100111 | e5909fe284a1ec8dace89896e6a4a7 |
UHC | 吟℡썬蘖椧 | 11101011111000011010001011100101101111011110001111100101111011101101100110100111 | ebe1a2e5bde3e5eed9a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)