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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 邪糯漆 | 100011101101011111100010111101111000111010111101 | 8ed7e2f78ebd |
EUC-JP | 邪糯漆 | 101111001101100111100100111110011011110010111111 | bcd9e4f9bcbf |
UTF-8 | 邪糯漆 | 111010011000001010101010111001111011001110101111111001101011110010000110 | e982aae7b3afe6bc86 |
UHC | 邪?漆 | 1101111011110111001111111111011011010100 | def73ff6d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)