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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 鵫ャ゙鵫ャワ^ | 111111000100100010101100110111101111110001001000101011001101110001011110 | fc48acdefc48acdc5e |
EUC-JP | 鵫ャ゙鵫ャワ^ | 100011111110101111111010100011101010110010001110110111101000111111101011111110101000111010101100100011101101110001011110 | 8febfa8eac8ede8febfa8eac8edc5e |
UTF-8 | 鵫ャ゙鵫ャワ^ | 11101001101101011010101111101111101111011010110011101111101111101001111011101001101101011010101111101111101111011010110011101111101111101001110001011110 | e9b5abefbdacefbe9ee9b5abefbdacefbe9c5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)