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 | 釣?之? | 100100101101111000111111100101000101011000111111 | 92de3f94563f |
EUC-JP | 釣?之? | 110001001110000000111111110001111011011100111111 | c4e03fc7b73f |
UTF-8 | 釣렗之㎗ | 111010011000011110100011111010111010000010010111111001001011100110001011111000111000111010010111 | e987a3eba097e4b98be38e97 |
UHC | 釣렗之㎗ | 1111000011100101100011101010110011110001111111011010011110100011 | f0e58eacf1fda7a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)