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 | 五≫?? | 100011001101110010000001111000100011111100111111 | 8cdc81e23f3f |
EUC-JP | 五≫?? | 101110001101111010100010111001000011111100111111 | b8dea2e43f3f |
UTF-8 | 五≫씉溜 | 111001001011101010010100111000101000100110101011111011001001010010001001111011111010011110001011 | e4ba94e289abec9489efa78b |
UHC | 五≫씉溜 | 1110011111101001101000011110110110011101101000011110101011111110 | e7e9a1ed9da1eafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)