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 | ??弟? | 0011111100111111100100101110110100111111 | 3f3f92ed3f |
EUC-JP | ??弟? | 0011111100111111110001001110111100111111 | 3f3fc4ef3f |
UTF-8 | 療렱弟렣 | 111011111010011110000001111010111010000010110001111001011011110010011111111010111010000010100011 | efa781eba0b1e5bc9feba0a3 |
UHC | 療렱弟렣 | 1110100011111110100011101011111011110000101010011000111010110100 | e8fe8ebef0a98eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)