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 | ?日?∵?綺 | 001111111001001111111010001111111000000111100110001111111110001101011001 | 3f93fa3f81e63fe359 |
EUC-JP | ?日?∵?綺 | 001111111100011011111100001111111010001011101000001111111110010110111010 | 3fc6fc3fa2e83fe5ba |
UTF-8 | 룫日◈∵룵綺 | 111010111010001110101011111001101001011110100101111000101001011110001000111000101000100010110101111010111010001110110101111001111011011010111010 | eba3abe697a5e29788e288b5eba3b5e7b6ba |
UHC | 룫日◈∵룵綺 | 100011111010001011101100111011011010001011000010101000011111000110001111101010101101000110111011 | 8fa2eceda2c2a1f18faad1bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)