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 | 霎慯榊 | 111010001011111010011100110100011000110111100101 | e8be9cd18de5 |
EUC-JP | 霎慯榊 | 111100001100000011011000110100111011101011100111 | f0c0d8d3bae7 |
UTF-8 | 霎慯榊 | 111010011001110010001110111001101000010110101111111001101010011010001010 | e99c8ee685afe6a68a |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)