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 | 脩御▽郤 | 1110001111111001100011001110010010000001101001001110011110111010 | e3f98ce481a4e7ba |
EUC-JP | 脩御▽郤 | 1110011011111011101110001110011010100010101001101110111010111100 | e6fbb8e6a2a6eebc |
UTF-8 | 脩御▽郤 | 111010001000010010101001111001011011111010100001111000101001011010111101111010011000001110100100 | e884a9e5bea1e296bde983a4 |
UHC | 脩御▽? | 11100010101110111110010111011001101000011110010000111111 | e2bbe5d9a1e43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)