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 | ?も??ц? | 0011111110000010111000000011111100111111100001001000100000111111 | 3f82e03f3f84883f |
EUC-JP | ?も??ц? | 0011111110100100111000100011111100111111101001111110100000111111 | 3fa4e23f3fa7e83f |
UTF-8 | 閭も벂鱗ц삏 | 1110111110100110100001101110001110000010100000101110101110110010100000101110111110100111101100101101000110000110111011001000001010001111 | efa686e38282ebb282efa7b2d186ec828f |
UHC | 閭も벂鱗ц삏 | 111001101010110110101010111000101001001110101000111011001110011110101100111010001001100010010110 | e6adaae293a8ece7ace89896 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)