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 | 001111110011111110010111011110100100110001000110 | 3f3f977a4c46 |
EUC-JP | 棅馹陽LF | 10001111110000111111101110001111111010011010000111001101110110110100110001000110 | 8fc3fb8fe9a1cddb4c46 |
UTF-8 | 棅馹陽LF | 1110011010100011100001011110100110100110101110011110100110011001101111010100110001000110 | e6a385e9a6b9e999bd4c46 |
UHC | 棅馹陽LF | 1101110010111000111011001111000111100101110101010100110001000110 | dcb8ecf1e5d54c46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)