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 | 傲ょ?? | 100110001111110010000010111001010011111100111111 | 98fc82e53f3f |
EUC-JP | 傲ょ?? | 110100001111111010100100111001110011111100111111 | d0fea4e73f3f |
UTF-8 | 傲ょ릡蓮 | 111001011000001010110010111000111000001010000111111010111010011010100001111011111010011010011001 | e582b2e38287eba6a1efa699 |
UHC | 傲ょ릡蓮 | 1110011111101100101010101110011110010000100000111110011011100101 | e7ecaae79083e6e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)