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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | 鉥??? | 100011111110001111101000001111110011111100111111 | 8fe3e83f3f3f |
UTF-8 | 鉥귙둖女 | 111010011000100110100101111010101011011110011001111010111001000110010110111011111010011010000001 | e989a5eab799eb9196efa681 |
UHC | 鉥귙둖女 | 1110001011111100100000101110001110001010010011111110010111111100 | e2fc82e38a4fe5fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)