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 | 陣??繪 | 100100000111011100111111001111111110001110001001 | 90773f3fe389 |
EUC-JP | 陣??繪 | 101111111101100000111111001111111110010111101001 | bfd83f3fe5e9 |
UTF-8 | 陣렼뤑繪 | 111010011001100110100011111010111010000010111100111010111010010010010001111001111011100110101010 | e999a3eba0bceba491e7b9aa |
UHC | 陣렼뤑繪 | 1111001011100110100011101100010010001111110000011111110011101011 | f2e68ec48fc1fceb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)