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 | 五≪?? | 100011001101110010000001111000010011111100111111 | 8cdc81e13f3f |
EUC-JP | 五≪?? | 101110001101111010100010111000110011111100111111 | b8dea2e33f3f |
UTF-8 | 五≪뼍溜 | 111001001011101010010100111000101000100110101010111010111011110010001101111011111010011110001011 | e4ba94e289aaebbc8defa78b |
UHC | 五≪뼍溜 | 1110011111101001101000011110110010010110100101011110101011111110 | e7e9a1ec9695eafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)