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 | ??????v\ | 0011111100111111001111110011111100111111001111110111011001011100 | 3f3f3f3f3f3f765c |
SJIS-WIN | 霓?????v\ | 111010001011110100111111001111110011111100111111001111110111011001011100 | e8bd3f3f3f3f3f765c |
EUC-JP | 霓?????v\ | 111100001011111100111111001111110011111100111111001111110111011001011100 | f0bf3f3f3f3f3f765c |
UTF-8 | 霓뉔쟽溜곕젘v\ | 1110100110011100100100111110101110001001100101001110110010011111101111011110111110100111100010111110101010110011100101011110110010100000100110000111011001011100 | e99c93eb8994ec9fbdefa78beab395eca098765c |
UHC | 霓뉔쟽溜곕젘v\ | 1110011111100111100001111110100110100000100000111110101011111110101100001110101110100000100101000111011001011100 | e7e787e9a083eafeb0eba094765c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)