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 | 芦??? | 1000100010110000001111110011111100111111 | 88b03f3f3f |
EUC-JP | 芦??? | 1011000010110010001111110011111100111111 | b0b23f3f3f |
UTF-8 | 芦잴렔렑 | 111010001000101010100110111011001001111010110100111010111010000010010100111010111010000010010001 | e88aa6ec9eb4eba094eba091 |
UHC | 芦잴렔렑 | 1111101111011000110000001110101010001110101010011000111010100110 | fbd8c0ea8ea98ea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)