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 | ヘォ醴 | 11001101101010111110011111010010 | cdabe7d2 |
EUC-JP | ヘォ醴 | 100011101100110110001110101010111110111011010100 | 8ecd8eabeed4 |
UTF-8 | ヘォ醴 | 111011111011111010001101111011111011110110101011111010011000011010110100 | efbe8defbdabe986b4 |
UHC | ??醴 | 00111111001111111101011011001010 | 3f3fd6ca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)