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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ト鈕鍗鈔 | 11000100111001111110010011111011111000001110011111100010 | c4e7e4fbe0e7e2 |
EUC-JP | ト鈕鍗鈔 | 100011101100010011101110111001101000111111100100111011111110111011100100 | 8ec4eee68fe4efeee4 |
UTF-8 | ト鈕鍗鈔 | 111011111011111010000100111010011000100010010101111010011000110110010111111010011000100010010100 | efbe84e98895e98d97e98894 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)