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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | 瀣????? | 1000111111001001101100010011111100111111001111110011111100111111 | 8fc9b13f3f3f3f3f |
UTF-8 | 瀣밭퓮勵뢁ㄱ | 111001111000000010100011111010111011000010101101111011011001001110101110111011111010010110111111111010111010001010000001111000111000010010110001 | e780a3ebb0aded93aeefa5bfeba281e384b1 |
UHC | 瀣밭퓮勵뢁ㄱ | 111110101010111010111001111001111011111110010101111001011111101010001110111110111010010010100001 | faaeb9e7bf95e5fa8efba4a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)