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 | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
SJIS-WIN | 薰ケ襍ヲ霆ク] | 11111011100111101011100111101000101101011010011011101000101110111011100001011101 | fb9eb9e8b5a6e8bbb85d |
EUC-JP | ?ケ襍ヲ霆ク] | 001111111000111010111001111100001011011110001110101001101111000010111101100011101011100001011101 | 3f8eb9f0b78ea6f0bd8eb85d |
UTF-8 | 薰ケ襍ヲ霆ク] | 11101000100101101011000011101111101111011011100111101000101001011000110111101111101111011010011011101001100111001000011011101111101111011011100001011101 | e896b0efbdb9e8a58defbda6e99c86efbdb85d |
UHC | 薰???霆?] | 111111011011100100111111001111110011111111101111111111010011111101011101 | fdb93f3f3feffd3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)