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 | ?戍枇ぱ? | 0011111110011100111110011001010011111000100000101100111100111111 | 3f9cf994f882cf3f |
EUC-JP | ?戍枇ぱ? | 0011111111011000111110111100100011111010101001001101000100111111 | 3fd8fbc8faa4d13f |
UTF-8 | 룶戍枇ぱ▩ | 111010111010001110110110111001101000100010001101111001101001111010000111111000111000000110110001111000101001011010101001 | eba3b6e6888de69e87e381b1e296a9 |
UHC | 룶戍枇ぱ▩ | 10001111101010111110001010100001110111011110110110101010110100011010001011001100 | 8fabe2a1ddedaad1a2cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)