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 | 趙?雋?? | 11100110111000100011111111101000101100100011111100111111 | e6e23fe8b23f3f |
EUC-JP | 趙?雋?? | 11101100111001000011111111110000101101000011111100111111 | ece43ff0b43f3f |
UTF-8 | 趙렡雋잭렋 | 111010001011011010011001111010111010000010100001111010011001101110001011111011001001111010101101111010111010000010001011 | e8b699eba0a1e99b8bec9eadeba08b |
UHC | 趙렡雋잭렋 | 11110000111000011000111010110010111100011110011011000000111010001000111010100010 | f0e18eb2f1e6c0e88ea2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)