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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ワ鶯ッ | 11011100111010011111001010101111 | dce9f2af |
EUC-JP | ワ鶯ッ | 100011101101110011110010111101001000111010101111 | 8edcf2f48eaf |
UTF-8 | ワ鶯ッ | 111011111011111010011100111010011011011010101111111011111011110110101111 | efbe9ce9b6afefbdaf |
UHC | ?鶯? | 00111111111001011010001100111111 | 3fe5a33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)