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 | 鱠゙釥 | 1110100111100100110111101111101111000000 | e9e4defbc0 |
EUC-JP | 鱠゙釥 | 11110010111001101000111011011110100011111110001110101011 | f2e68ede8fe3ab |
UTF-8 | 鱠゙釥 | 111010011011000110100000111011111011111010011110111010011000011110100101 | e9b1a0efbe9ee987a5 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)