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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 雄????? | 10010111010110010011111100111111001111110011111100111111 | 97593f3f3f3f3f |
EUC-JP | 雄杻???? | 110011011011101010001111110000111010011000111111001111110011111100111111 | cdba8fc3a63f3f3f3f |
UTF-8 | 雄杻렟면렓렮 | 111010011001101110000100111001101001110110111011111010111010000010011111111010111010100110110100111010111010000010010011111010111010000010101110 | e99b84e69dbbeba09feba9b4eba093eba0ae |
UHC | 雄杻렟면렓렮 | 111010101010100111010010111011101000111010110000101110001110100110001110101010001000111010111011 | eaa9d2ee8eb0b8e98ea88ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)