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 | 玩???? | 100010101101111100111111001111110011111100111111 | 8adf3f3f3f3f |
EUC-JP | 玩???? | 101101001110000100111111001111110011111100111111 | b4e13f3f3f3f |
UTF-8 | 玩얍렟솥솩 | 111001111000111010101001111011001001011010001101111010111010000010011111111011001000011010100101111011001000011010101001 | e78ea9ec968deba09fec86a5ec86a9 |
UHC | 玩얍렟솥솩 | 11101000110011001011111011100101100011101011000010111100110111001011110011011110 | e8ccbee58eb0bcdcbcde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)