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 | 涬シ鋕ッ | 111110110100000110111100111110111101010010101111 | fb41bcfbd4af |
EUC-JP | 涬シ鋕ッ | 10001111110001111100111110001110101111001000111111100100110000001000111010101111 | 8fc7cf8ebc8fe4c08eaf |
UTF-8 | 涬シ鋕ッ | 111001101011011010101100111011111011110110111100111010011000101110010101111011111011110110101111 | e6b6acefbdbce98b95efbdaf |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)