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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?薰?薰^ | 00111111111110111001111000111111111110111001111001011110 | 3ffb9e3ffb9e5e |
EUC-JP | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
UTF-8 | 뤙薰뤙薰^ | 11101011101001001001100111101000100101101011000011101011101001001001100111101000100101101011000001011110 | eba499e896b0eba499e896b05e |
UHC | 뤙薰뤙薰^ | 100011111100100011111101101110011000111111001000111111011011100101011110 | 8fc8fdb98fc8fdb95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)