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 | ?庾???? | 0011111110001111101111001100111000111111001111110011111100111111 | 3f8fbcce3f3f3f3f |
UTF-8 | 뤊庾쮲卨몌뤵 | 111010111010010010001010111001011011101010111110111011001010111010110010111001011000110110101000111010111010101010001100111010111010010010110101 | eba48ae5babeecaeb2e58da8ebaa8ceba4b5 |
UHC | 뤊庾쮲卨몌뤵 | 100011111011101011101010111011001010100010001111111000001101100110111000111011111000111111100011 | 8fbaeaeca88fe0d9b8ef8fe3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)