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 | ??????vB | 0011111100111111001111110011111100111111001111110111011001000010 | 3f3f3f3f3f3f7642 |
SJIS-WIN | ????吾?vB | 001111110011111100111111001111111000110011100001001111110111011001000010 | 3f3f3f3f8ce13f7642 |
EUC-JP | ????吾?vB | 001111110011111100111111001111111011100011100011001111110111011001000010 | 3f3f3f3fb8e33f7642 |
UTF-8 | 렱렚속씬吾렊vB | 1110101110100000101100011110101110100000100110101110110010000110100011011110110010010100101011001110010110010000101111101110101110100000100010100111011001000010 | eba0b1eba09aec868dec94ace590beeba08a7642 |
UHC | 렱렚속씬吾렊vB | 1000111010111110100011101010110110111100110100111011111011000000111001111110111010001110101000010111011001000010 | 8ebe8eadbcd3bec0e7ee8ea17642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)