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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ????執そB | 001111110011111100111111001111111000111010110111100000101011101101000010 | 3f3f3f3f8eb782bb42 |
EUC-JP | ????執そB | 001111110011111100111111001111111011110010111001101001001011110101000010 | 3f3f3f3fbcb9a4bd42 |
UTF-8 | 렱렚솅양執そB | 11101011101000001011000111101011101000001001101011101100100001101000010111101100100101101001000111100101100111111011011111100011100000011001110101000010 | eba0b1eba09aec8685ec9691e59fb7e3819d42 |
UHC | 렱렚솅양執そB | 10001110101111101000111010101101101111001101000110111110111001111111001011111011101010101011110101000010 | 8ebe8eadbcd1bee7f2fbaabd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)