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 | ???LF | 0011111100111111001111110100110001000110 | 3f3f3f4c46 |
SJIS-WIN | ?船狩LF | 00111111100100010100010010001110111010110100110001000110 | 3f91448eeb4c46 |
EUC-JP | 饍船狩LF | 100011111110100011101101110000011010010110111100111011010100110001000110 | 8fe8edc1a5bced4c46 |
UTF-8 | 饍船狩LF | 1110100110100101100011011110100010001000101110011110011110001011101010010100110001000110 | e9a58de888b9e78ba94c46 |
UHC | 饍船狩LF | 1110000011010111111000001100111111100010101011010100110001000110 | e0d7e0cfe2ad4c46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)