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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 覿手現 | 111001100101010110001110111010001000110010111011 | e6558ee88cbb |
EUC-JP | 覿手現 | 111010111011011010111100111010101011100010111101 | ebb6bceab8bd |
UTF-8 | 覿手現 | 111010001010011010111111111001101000100110001011111001111000111110111110 | e8a6bfe6898be78fbe |
UHC | ?手現 | 0011111111100010101000101111101011011110 | 3fe2a2fade |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)