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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 慂ъ?洵?? | 100111001100100010000100100011000011111110011111101010110011111100111111 | 9cc8848c3f9fab3f3f |
EUC-JP | 慂ъ?洵?? | 110110001100101010100111111011000011111111011110101011010011111100111111 | d8caa7ec3fdead3f3f |
UTF-8 | 慂ъ옓洵㏆쭗 | 1110011010000101100000101101000110001010111011001001100010010011111001101011010010110101111000111000111110000110111011001010110110010111 | e68582d18aec9893e6b4b5e38f86ecad97 |
UHC | 慂ъ옓洵㏆쭗 | 111010011011110110101100111011001001111010011001111000101110011110100111111011111010011110001111 | e9bdacec9e99e2e7a7efa78f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)