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 | ???勇 | 0011111100111111001111111001011101000101 | 3f3f3f9745 |
EUC-JP | ???勇 | 0011111100111111001111111100110110100110 | 3f3f3fcda6 |
UTF-8 | 烈뺟듅勇 | 111011111010011010011111111010111011101010011111111010111001001110000101111001011000101110000111 | efa69febba9feb9385e58b87 |
UHC | 烈뺟듅勇 | 1110011011101111100101011110011110001010101110011110100110111000 | e6ef95e78ab9e9b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)