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 | 奣夭槙奣 | 1111101010100011100110101110111010010110100010101111101010100011 | faa39aee968afaa3 |
EUC-JP | 奣夭槙奣 | 10001111101110001111110011010100111100001100101111101010100011111011100011111100 | 8fb8fcd4f0cbea8fb8fc |
UTF-8 | 奣夭槙奣 | 111001011010010110100011111001011010010010101101111001101010011110011001111001011010010110100011 | e5a5a3e5a4ade6a799e5a5a3 |
UHC | ?夭?? | 0011111111101000111011000011111100111111 | 3fe8ec3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)