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 | ???r? | 0011111100111111001111110111001000111111 | 3f3f3f723f |
SJIS-WIN | ???r? | 0011111100111111001111110111001000111111 | 3f3f3f723f |
EUC-JP | ???r? | 0011111100111111001111110111001000111111 | 3f3f3f723f |
UTF-8 | 혷횛혨r횩 | 11101101100110001011011111101101100110101001101111101101100110001010100001110010111011011001101010101001 | ed98b7ed9a9bed98a872ed9aa9 |
UHC | 혷횛혨r횩 | 110000101001111011000011100101011100001010010000011100101100001110011111 | c29ec395c29072c39f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)