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 | 支??? | 1000111001111000001111110011111100111111 | 8e783f3f3f |
EUC-JP | 支?祜? | 10111011110110010011111110001111110100001101100000111111 | bbd93f8fd0d83f |
UTF-8 | 支렜祜렭 | 111001101001010010101111111010111010000010011100111001111010010110011100111010111010000010101101 | e694afeba09ce7a59ceba0ad |
UHC | 支렜祜렭 | 1111001010101000100011101010111011111011110101001000111010111010 | f2a88eaefbd48eba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)