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 | ワタ鋧鋧 | 110111001100000011111011110011111111101111001111 | dcc0fbcffbcf |
EUC-JP | ワタ鋧鋧 | 10001110110111001000111011000000100011111110010011001011100011111110010011001011 | 8edc8ec08fe4cb8fe4cb |
UTF-8 | ワタ鋧鋧 | 111011111011111010011100111011111011111010000000111010011000101110100111111010011000101110100111 | efbe9cefbe80e98ba7e98ba7 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)