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 | ????H | 0011111100111111001111110011111101001000 | 3f3f3f3f48 |
SJIS-WIN | ??瀞?H | 001111110011111110010011110100100011111101001000 | 3f3f93d23f48 |
EUC-JP | ??瀞?H | 001111110011111111000110110101000011111101001000 | 3f3fc6d43f48 |
UTF-8 | 裡렦瀞렕H | 11101111101001111010100011101011101000001010011011100111100000001001111011101011101000001001010101001000 | efa7a8eba0a6e7809eeba09548 |
UHC | 裡렦瀞렕H | 111011001100000110001110101101011110111111100111100011101010101001001000 | ecc18eb5efe78eaa48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)