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 | 磁霆゙ | 11110000110000011000111010100101111010001011101111011110 | f0c18ea5e8bbde |
EUC-JP | ?磁霆゙ | 00111111101111001010011111110000101111011000111011011110 | 3fbca7f0bd8ede |
UTF-8 | 磁霆゙ | 111011101000001010000000111001111010001110000001111010011001110010000110111011111011111010011110 | ee8280e7a381e99c86efbe9e |
UHC | ?磁霆? | 001111111110110110111000111011111111110100111111 | 3fedb8effd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)