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 | 五→?串 | 10001100110111001000000110101000001111111000101111111000 | 8cdc81a83f8bf8 |
EUC-JP | 五→?串 | 10111000110111101010001010101010001111111011011011111010 | b8dea2aa3fb6fa |
UTF-8 | 五→떣串 | 111001001011101010010100111000101000011010010010111010111001011010100011111001001011100010110010 | e4ba94e28692eb96a3e4b8b2 |
UHC | 五→떣串 | 1110011111101001101000011110011010001011101101111100110111111010 | e7e9a1e68bb7cdfa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)