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 | ⅴ「螯ィ | 111110100100010010100010111001011010011010101000 | fa44a2e5a6a8 |
EUC-JP | ?「螯ィ | 00111111100011101010001011101010101010001000111010101000 | 3f8ea2eaa88ea8 |
UTF-8 | ⅴ「螯ィ | 111000101000010110110100111011111011110110100010111010001001111010101111111011111011110110101000 | e285b4efbda2e89eafefbda8 |
UHC | ⅴ??? | 1010010110100101001111110011111100111111 | a5a53f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)