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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?戍存ば | 00111111100111001111100110010001101101101000001011001110 | 3f9cf991b682ce |
EUC-JP | ?戍存ば | 00111111110110001111101111000010101110001010010011010000 | 3fd8fbc2b8a4d0 |
UTF-8 | 룶戍存ば | 111010111010001110110110111001101000100010001101111001011010110110011000111000111000000110110000 | eba3b6e6888de5ad98e381b0 |
UHC | 룶戍存ば | 1000111110101011111000101010000111110000111011011010101011010000 | 8fabe2a1f0edaad0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)