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 | 施施施施 | 1000111001111011100011100111101110001110011110111000111001111011 | 8e7b8e7b8e7b8e7b |
EUC-JP | 施施施施 | 1011101111011100101110111101110010111011110111001011101111011100 | bbdcbbdcbbdcbbdc |
UTF-8 | 施施施施 | 111001101001011010111101111001101001011010111101111001101001011010111101111001101001011010111101 | e696bde696bde696bde696bd |
UHC | 施施施施 | 1110001110111111111000111011111111100011101111111110001110111111 | e3bfe3bfe3bfe3bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)