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?H | 001111110011111100111111011100100011111101001000 | 3f3f3f723f48 |
SJIS-WIN | ???r?H | 001111110011111100111111011100100011111101001000 | 3f3f3f723f48 |
EUC-JP | ???r?H | 001111110011111100111111011100100011111101001000 | 3f3f3f723f48 |
UTF-8 | 혷횛혨r채H | 1110110110011000101101111110110110011010100110111110110110011000101010000111001011101100101100011000010001001000 | ed98b7ed9a9bed98a872ecb18448 |
UHC | 혷횛혨r채H | 11000010100111101100001110010101110000101001000001110010110000111010010001001000 | c29ec395c29072c3a448 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)