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 | 胼合郷矍 | 1110010001000101100011011000011110001011101111011110000111011101 | e4458d878bbde1dd |
EUC-JP | 胼合郷矍 | 1110011110100110101110011110011110110110101111111110001011011111 | e7a6b9e7b6bfe2df |
UTF-8 | 胼合郷矍 | 111010001000001110111100111001011001000010001000111010011000001110110111111001111001111110001101 | e883bce59088e983b7e79f8d |
UHC | ?合?? | 0011111111111001111010100011111100111111 | 3ff9ea3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)