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 | 111011111010011110001011111010111011100010010000111010111001100110010111011101101110111110100111100010111110101110111000100100001110101110011001100101110111011001000010 | efa78bebb890eb999776efa78bebb890eb99977642 |
UHC | 溜븐뙗v溜븐뙗vB | 111010101111111010111010111011001000110010011100011101101110101011111110101110101110110010001100100111000111011001000010 | eafebaec8c9c76eafebaec8c9c7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)