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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??已?? | 001111110011111110011011110111110011111100111111 | 3f3f9bdf3f3f |
EUC-JP | ??已?? | 001111110011111111010110111000010011111100111111 | 3f3fd6e13f3f |
UTF-8 | 柳렏已띠렟 | 111011111010011110001001111010111010000010001111111001011011011110110010111010111001110110100000111010111010000010011111 | efa789eba08fe5b7b2eb9da0eba09f |
UHC | 柳렏已띠렟 | 11101010111101111000111010100101111011001010101110110110111011001000111010110000 | eaf78ea5ecabb6ec8eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)