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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???否 | 0011111100111111001111111001010011011011 | 3f3f3f94db |
EUC-JP | ?璵?否 | 00111111100011111100110011100110001111111100100011011101 | 3f8fcce63fc8dd |
UTF-8 | 뤝璵熉否 | 111010111010010010011101111001111001001010110101111001111000011010001001111001011001000010100110 | eba49de792b5e78689e590a6 |
UHC | 뤝璵熉否 | 1000111111001100111001101010010111101001111110111101110011111010 | 8fcce6a5e9fbdcfa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)