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 | 哭獗珈唏 | 1001101001001100111000001101001111100000110110111001101001001000 | 9a4ce0d3e0db9a48 |
EUC-JP | 哭獗珈唏 | 1101001110101101111000001101010111100000110111011101001110101001 | d3ade0d5e0ddd3a9 |
UTF-8 | 哭獗珈唏 | 111001011001001110101101111001111000110110010111111001111000111110001000111001011001010010001111 | e593ade78d97e78f88e5948f |
UHC | 哭獗?? | 110011011101011011001111111100010011111100111111 | cdd6cff13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)