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 | 艤?怨? | 111001000111111000111111100010011000010100111111 | e47e3f89853f |
EUC-JP | 艤?怨? | 111001111101111100111111101100011110010100111111 | e7df3fb1e53f |
UTF-8 | 艤렫怨좃 | 111010001000100110100100111010111010000010101011111001101000000010101000111011001010001010000011 | e889a4eba0abe680a8eca283 |
UHC | 艤렫怨좃 | 1110101111111010100011101011100111101010101100111100000110111101 | ebfa8eb9eab3c1bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)