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???vB | 001111110011111100111111011101100011111100111111001111110111011001000010 | 3f3f3f763f3f3f7642 |
SJIS-WIN | ???v???vB | 001111110011111100111111011101100011111100111111001111110111011001000010 | 3f3f3f763f3f3f7642 |
EUC-JP | ???v???vB | 001111110011111100111111011101100011111100111111001111110111011001000010 | 3f3f3f763f3f3f7642 |
UTF-8 | 溜띄뮵v溜띄뮵vB | 111011111010011110001011111010111001110110000100111010111010111010110101011101101110111110100111100010111110101110011101100001001110101110101110101101010111011001000010 | efa78beb9d84ebaeb576efa78beb9d84ebaeb57642 |
UHC | 溜띄뮵v溜띄뮵vB | 111010101111111010110110111001111001001010111101011101101110101011111110101101101110011110010010101111010111011001000010 | eafeb6e792bd76eafeb6e792bd7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)