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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??陽額琵 | 0011111100111111100101110111101010001010011110101001010011111010 | 3f3f977a8a7a94fa |
EUC-JP | 棅馹陽額琵 | 100011111100001111111011100011111110100110100001110011011101101110110011110110111100100011111100 | 8fc3fb8fe9a1cddbb3dbc8fc |
UTF-8 | 棅馹陽額琵 | 111001101010001110000101111010011010011010111001111010011001100110111101111010011010000110001101111001111001000010110101 | e6a385e9a6b9e999bde9a18de790b5 |
UHC | 棅馹陽額琵 | 11011100101110001110110011110001111001011101010111100100111111101101110111110101 | dcb8ecf1e5d5e4feddf5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)