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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 訊??訊??^ | 100100000111010100111111001111111001000001110101001111110011111101011110 | 90753f3f90753f3f5e |
EUC-JP | 訊??訊??^ | 101111111101011000111111001111111011111111010110001111110011111101011110 | bfd63f3fbfd63f3f5e |
UTF-8 | 訊뤶돶訊뤶돶^ | 11101000101010001000101011101011101001001011011011101011100011111011011011101000101010001000101011101011101001001011011011101011100011111011011001011110 | e8a88aeba4b6eb8fb6e8a88aeba4b6eb8fb65e |
UHC | 訊뤶돶訊뤶돶^ | 11100011111100101000111111100100100010011011100111100011111100101000111111100100100010011011100101011110 | e3f28fe489b9e3f28fe489b95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)