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 | ゙゙ | 111101001100000111011110111101011101111111011110 | f4c1def5dfde |
EUC-JP | ?゙?゙ | 001111111000111011011110001111111000111011011110 | 3f8ede3f8ede |
UTF-8 | ゙゙ | 111011101000110110110000111011111011111010011110111011101001000110001010111011111011111010011110 | ee8db0efbe9eee918aefbe9e |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)