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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 髷宣橿諱ッ | 111010011001111010010000111010011000101010000000111001101000000110101111 | e99e90e98a80e681af |
EUC-JP | 髷宣橿諱ッ | 11110001111111101100000011101011101100111110000011101011111000011000111010101111 | f1fec0ebb3e0ebe18eaf |
UTF-8 | 髷宣橿諱ッ | 111010011010101110110111111001011010111010100011111001101010100110111111111010001010101110110001111011111011110110101111 | e9abb7e5aea3e6a9bfe8abb1efbdaf |
UHC | ?宣?諱? | 00111111111000001011111000111111111111011100100100111111 | 3fe0be3ffdc93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)