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 | 獰??猿 | 111000001101011000111111001111111000100110001110 | e0d63f3f898e |
EUC-JP | 獰??猿 | 111000001101100000111111001111111011000111101110 | e0d83f3fb1ee |
UTF-8 | 獰⑸쉘猿 | 111001111000110110110000111000101001000110111000111011001000100110011000111001111000110010111111 | e78db0e291b8ec8998e78cbf |
UHC | 獰⑸쉘猿 | 1110011110111110101010011110101110111101101010011110101010111011 | e7bea9ebbda9eabb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)