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 | 適槃?? | 100100110100101110011110110011110011111100111111 | 934b9ecf3f3f |
EUC-JP | 適槃?? | 110001011010110011011100110100010011111100111111 | c5acdcd13f3f |
UTF-8 | 適槃걋뤗 | 111010011000000110101001111001101010011110000011111010101011000110001011111010111010010010010111 | e981a9e6a783eab18beba497 |
UHC | 適槃걋뤗 | 1110111011101010110110101110100110110000110000001000111111000111 | eeeadae9b0c08fc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)