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 | ヘホ酔 | 11001101110011101001000010001100 | cdce908c |
EUC-JP | ヘホ酔 | 100011101100110110001110110011101011111111101100 | 8ecd8ecebfec |
UTF-8 | ヘホ酔 | 111011111011111010001101111011111011111010001110111010011000010110010100 | efbe8defbe8ee98594 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)