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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 阿???? | 100010001010001000111111001111110011111100111111 | 88a23f3f3f3f |
EUC-JP | 阿??庾? | 1011000010100100001111110011111110001111101111001100111000111111 | b0a43f3f8fbcce3f |
UTF-8 | 阿잆굝庾큝 | 111010011001100010111111111011001001111010000110111010101011010110011101111001011011101010111110111011011000000110011101 | e998bfec9e86eab59de5babeed819d |
UHC | 阿잆굝庾큝 | 11100100101110011001111111100011100000101000010111101010111011001011010001101011 | e4b99fe38285eaecb46b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)