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 | 獗獗痙爼 | 1110000011010011111000001101001111100001011110101110000010101010 | e0d3e0d3e17ae0aa |
EUC-JP | 獗獗痙爼 | 1110000011010101111000001101010111100001110110111110000010101100 | e0d5e0d5e1dbe0ac |
UTF-8 | 獗獗痙爼 | 111001111000110110010111111001111000110110010111111001111001011110011001111001111000100010111100 | e78d97e78d97e79799e788bc |
UHC | 獗獗痙? | 11001111111100011100111111110001110011001110001000111111 | cff1cff1cce23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)