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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ク骼ォ゙寬・ | 11110010101000111011100011101001100011101010101111011110111110101010101010100101 | f2a3b8e98eabdefaaaa5 |
EUC-JP | ?ク骼ォ゙?・ | 001111111000111010111000111100011110111010001110101010111000111011011110001111111000111010100101 | 3f8eb8f1ee8eab8ede3f8ea5 |
UTF-8 | ク骼ォ゙寬・ | 111011101000011110011010111011111011110110111000111010011010101010111100111011111011110110101011111011111011111010011110111001011010111110101100111011111011110110100101 | ee879aefbdb8e9aabcefbdabefbe9ee5afacefbda5 |
UHC | ?????寬? | 0011111100111111001111110011111100111111110011101011000000111111 | 3f3f3f3f3fceb03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)