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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 芸????衣 | 1000110001111100001111110011111100111111001111111000100011011111 | 8c7c3f3f3f3f88df |
EUC-JP | 芸?勖??衣 | 10110111110111010011111110001111101100111110110100111111001111111011000011100001 | b7dd3f8fb3ed3f3fb0e1 |
UTF-8 | 芸렑勖쾡떵衣 | 111010001000101010111000111010111010000010010001111001011000101110010110111011001011111010100001111010111001011010110101111010001010000110100011 | e88ab8eba091e58b96ecbea1eb96b5e8a1a3 |
UHC | 芸렑勖쾡떵衣 | 111010011111110110001110101001101110100111101101110001001110100110110110101110101110101111111101 | e9fd8ea6e9edc4e9b6baebfd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)