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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ?梧??梧?^ | 001111111000110011100110001111110011111110001100111001100011111101011110 | 3f8ce63f3f8ce63f5e |
EUC-JP | ?梧??梧?^ | 001111111011100011101000001111110011111110111000111010000011111101011110 | 3fb8e83f3fb8e83f5e |
UTF-8 | 롧梧릖롧梧릖^ | 11101011101000011010011111100110101000101010011111101011101001101001011011101011101000011010011111100110101000101010011111101011101001101001011001011110 | eba1a7e6a2a7eba696eba1a7e6a2a7eba6965e |
UHC | 롧梧릖롧梧릖^ | 10001110111001111110011111111100100100000111001010001110111001111110011111111100100100000111001001011110 | 8ee7e7fc90728ee7e7fc90725e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)