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 | 瑩???? | 111000001111000000111111001111110011111100111111 | e0f03f3f3f3f |
EUC-JP | 瑩??滎? | 1110000011110010001111110011111110001111110010001011100100111111 | e0f23f3f8fc8b93f |
UTF-8 | 瑩붷뤀滎잏 | 111001111001000110101001111010111011011010110111111010111010010010000000111001101011101110001110111011001001111010001111 | e791a9ebb6b7eba480e6bb8eec9e8f |
UHC | 瑩붷뤀滎잏 | 11111011101010011001010011100101100011111011000111111011101000111001111111100111 | fba994e58fb1fba39fe7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)