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 | ???瑤?? | 00111111001111110011111111101010101000100011111100111111 | 3f3f3feaa23f3f |
EUC-JP | ???瑤?? | 00111111001111110011111111110100101001000011111100111111 | 3f3f3ff4a43f3f |
UTF-8 | 娛뷂퐟瑤녜릶 | 111001011010100010011011111010111011011110000010111011011001000010011111111001111001000110100100111010111000010110011100111010111010011010110110 | e5a89bebb782ed909fe791a4eb859ceba6b6 |
UHC | 娛뷂퐟瑤녜릶 | 111001111111010010010100111011111011110110001000111010001111110110110011111010011001000010010100 | e7f494efbd88e8fdb3e99094 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)