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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???絶? | 001111110011111100111111100100001110001000111111 | 3f3f3f90e23f |
EUC-JP | 蔣??絶? | 1000111111011001101101100011111100111111110000001110010000111111 | 8fd9b63f3fc0e43f |
UTF-8 | 蔣뷂풜絶얳 | 111010001001010010100011111010111011011110000010111011011001001010011100111001111011010110110110111011001001011010110011 | e894a3ebb782ed929ce7b5b6ec96b3 |
UHC | 蔣뷂풜絶얳 | 11101101111110001001010011101111101111101001111111101111101111101001111001011001 | edf894efbe9fefbe9e59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)