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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 壓??幽?? | 1001101011011000001111110011111110010111010010000011111100111111 | 9ad83f3f97483f3f |
EUC-JP | 壓??幽?? | 1101010011011010001111110011111111001101101010010011111100111111 | d4da3f3fcda93f3f |
UTF-8 | 壓꾩룇幽곤쬂 | 111001011010001110010011111010101011111010101001111010111010001110000111111001011011100110111101111010101011001110100100111011001010110010000010 | e5a393eabea9eba387e5b9bdeab3a4ecac82 |
UHC | 壓꾩룇幽곤쬂 | 111001001110001010000100111011001000111110000110111010101110101110110000111011111010011010011001 | e4e284ec8f86eaebb0efa699 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)