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 | 曜??猶?? | 1001011101101010001111110011111110010111010100000011111100111111 | 976a3f3f97503f3f |
EUC-JP | 曜??猶?? | 1100110111001011001111110011111111001101101100010011111100111111 | cdcb3f3fcdb13f3f |
UTF-8 | 曜섎뜇猶뤷퇅 | 111001101001101110011100111011001000010010001110111010111001110010000111111001111000110010110110111010111010010010110111111011011000011110000101 | e69b9cec848eeb9c87e78cb6eba4b7ed8785 |
UHC | 曜섎뜇猶뤷퇅 | 111010001111100010011000111010111000110110001010111010111010001010001111111001011011011110010110 | e8f898eb8d8aeba28fe5b796 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)