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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?繩?繩^ | 00111111111000111000101000111111111000111000101001011110 | 3fe38a3fe38a5e |
EUC-JP | ?繩?繩^ | 00111111111001011110101000111111111001011110101001011110 | 3fe5ea3fe5ea5e |
UTF-8 | 웆繩웆繩^ | 11101100100110111000011011100111101110011010100111101100100110111000011011100111101110011010100101011110 | ec9b86e7b9a9ec9b86e7b9a95e |
UHC | 웆繩웆繩^ | 100111110101010011100011101100011001111101010100111000111011000101011110 | 9f54e3b19f54e3b15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)