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 | 鵫ャ゙鵫 | 111111000100100010101100110111101111110001001000 | fc48acdefc48 |
EUC-JP | 鵫ャ゙鵫 | 10001111111010111111101010001110101011001000111011011110100011111110101111111010 | 8febfa8eac8ede8febfa |
UTF-8 | 鵫ャ゙鵫 | 111010011011010110101011111011111011110110101100111011111011111010011110111010011011010110101011 | e9b5abefbdacefbe9ee9b5ab |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)