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\ | 001111110011111100111111001111111000110011100001001111110111011001011100 | 3f3f3f3f8ce13f765c |
EUC-JP | ????吾?v\ | 001111110011111100111111001111111011100011100011001111110111011001011100 | 3f3f3f3fb8e33f765c |
UTF-8 | 렱렚속씬吾렊v\ | 1110101110100000101100011110101110100000100110101110110010000110100011011110110010010100101011001110010110010000101111101110101110100000100010100111011001011100 | eba0b1eba09aec868dec94ace590beeba08a765c |
UHC | 렱렚속씬吾렊v\ | 1000111010111110100011101010110110111100110100111011111011000000111001111110111010001110101000010111011001011100 | 8ebe8eadbcd3bec0e7ee8ea1765c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)