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 | ????矯斐 | 0011111100111111001111110011111110001011101110001001010011100011 | 3f3f3f3f8bb894e3 |
EUC-JP | ????矯斐 | 0011111100111111001111110011111110110110101110101100100011100101 | 3f3f3f3fb6bac8e5 |
UTF-8 | 롆렳뤶횓矯斐 | 111010111010000110000110111010111010000010110011111010111010010010110110111011011001101010010011111001111001111110101111111001101001011010010000 | eba186eba0b3eba4b6ed9a93e79fafe69690 |
UHC | 롆렳뤶횓矯斐 | 100011101100110010001110110000001000111111100100110000111000111011001110111011001101110111101100 | 8ecc8ec08fe4c38eceecddec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)