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 | ???z?? | 001111110011111100111111011110100011111100111111 | 3f3f3f7a3f3f |
SJIS-WIN | ???z?? | 001111110011111100111111011110100011111100111111 | 3f3f3f7a3f3f |
EUC-JP | ???z?? | 001111110011111100111111011110100011111100111111 | 3f3f3f7a3f3f |
UTF-8 | 혴혧혶z혗혝 | 11101101100110001011010011101101100110001010011111101101100110001011011001111010111011011001100010010111111011011001100010011101 | ed98b4ed98a7ed98b67aed9897ed989d |
UHC | 혴혧혶z혗혝 | 1100001010011011110000101000111111000010100111010111101011000010100000101100001010000111 | c29bc28fc29d7ac282c287 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)