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 | 111011111010011010100010111011001000010010010011111011001001011110010001011101101110111110100110101000101110110010000100100100111110110010010111100100010111011001000010 | efa6a2ec8493ec979176efa6a2ec8493ec97917642 |
UHC | 廉섓엑v廉섓엑vB | 111001101111010110011000111011111011111110100010011101101110011011110101100110001110111110111111101000100111011001000010 | e6f598efbfa276e6f598efbfa27642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)