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 | ?懈?∵?綺 | 001111111001110011100110001111111000000111100110001111111110001101011001 | 3f9ce63f81e63fe359 |
EUC-JP | ?懈?∵?綺 | 001111111101100011101000001111111010001011101000001111111110010110111010 | 3fd8e83fa2e83fe5ba |
UTF-8 | 룫懈◈∵룵綺 | 111010111010001110101011111001101000011110001000111000101001011110001000111000101000100010110101111010111010001110110101111001111011011010111010 | eba3abe68788e29788e288b5eba3b5e7b6ba |
UHC | 룫懈◈∵룵綺 | 100011111010001011111010101010111010001011000010101000011111000110001111101010101101000110111011 | 8fa2faaba2c2a1f18faad1bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)