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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 繹ゆ?繹 | 11100011100010001000001011100100001111111110001110001000 | e38882e43fe388 |
EUC-JP | 繹ゆ?繹 | 11100101111010001010010011100110001111111110010111101000 | e5e8a4e63fe5e8 |
UTF-8 | 繹ゆ툢繹 | 111001111011100110111001111000111000001010000110111011011000100010100010111001111011100110111001 | e7b9b9e38286ed88a2e7b9b9 |
UHC | 繹ゆ툢繹 | 1110011010111010101010101110011010111000100110011110011010111010 | e6baaae6b899e6ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)