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 | 釣?兪? | 100100101101111000111111100110010110000000111111 | 92de3f99603f |
EUC-JP | 釣?兪? | 110001001110000000111111110100011100000100111111 | c4e03fd1c13f |
UTF-8 | 釣샹兪렡 | 111010011000011110100011111011001000001110111001111001011000010110101010111010111010000010100001 | e987a3ec83b9e585aaeba0a1 |
UHC | 釣샹兪렡 | 1111000011100101101111001010011111101010111001001000111010110010 | f0e5bca7eae48eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)