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 | ???芦 | 0011111100111111001111111000100010110000 | 3f3f3f88b0 |
EUC-JP | ???芦 | 0011111100111111001111111011000010110010 | 3f3f3fb0b2 |
UTF-8 | 筽삥변芦 | 111001111010110110111101111011001000001010100101111010111011001110000000111010001000101010100110 | e7adbdec82a5ebb380e88aa6 |
UHC | 筽삥변芦 | 1110100010100100101110111110011010111010101011111111101111011000 | e8a4bbe6baaffbd8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)