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 | ?湘責? | 001111111000111111000011100100001101001100111111 | 3f8fc390d33f |
EUC-JP | ?湘責? | 001111111011111011000101110000001101010100111111 | 3fbec5c0d53f |
UTF-8 | 쒜湘責쒜 | 111011001001001010011100111001101011100110011000111010001011001010101100111011001001001010011100 | ec929ce6b998e8b2acec929c |
UHC | 쒜湘責쒜 | 1011111010101110110111111100111111110100101000011011111010101110 | beaedfcff4a1beae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)