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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蹄?絹 | 1001001011111011001111111000110010100110 | 92fb3f8ca6 |
EUC-JP | 蹄?絹 | 1100010011111101001111111011100010101000 | c4fd3fb8a8 |
UTF-8 | 蹄꿴絹 | 111010001011100110000100111010101011111110110100111001111011010110111001 | e8b984eabfb4e7b5b9 |
UHC | 蹄꿴絹 | 111100001011010010110010111010011100110010110101 | f0b4b2e9ccb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)