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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 遒守エ費スス^ | 11100111101000101000111011100111101101001001010011101111101111011011110101011110 | e7a28ee7b494efbdbd5e |
EUC-JP | 遒守エ費スス^ | 11101110101001001011110011101001100011101011010011001000111100011000111010111101100011101011110101011110 | eea4bce98eb4c8f18ebd8ebd5e |
UTF-8 | 遒守エ費スス^ | 11101001100000011001001011100101101011101000100011101111101111011011010011101000101100101011101111101111101111011011110111101111101111011011110101011110 | e98192e5ae88efbdb4e8b2bbefbdbdefbdbd5e |
UHC | ?守?費??^ | 001111111110000111111010001111111101111010101000001111110011111101011110 | 3fe1fa3fdea83f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)