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 | 尋??雙 | 100100000111000100111111001111111001100111010100 | 90713f3f99d4 |
EUC-JP | 尋??雙 | 101111111101001000111111001111111101001011010110 | bfd23f3fd2d6 |
UTF-8 | 尋깋꺋雙 | 111001011011000010001011111010101011100110001011111010101011101010001011111010011001101110011001 | e5b08beab98beaba8be99b99 |
UHC | 尋깋꺋雙 | 1110001111111100100000111000100110000011101100101110010010101010 | e3fc838983b2e4aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)