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 | 終?提? | 100011110100100100111111100100101111000100111111 | 8f493f92f13f |
EUC-JP | 終?提? | 101111011010101000111111110001001111001100111111 | bdaa3fc4f33f |
UTF-8 | 終빛提뤉 | 111001111011010110000010111010111011100110011011111001101000111110010000111010111010010010001001 | e7b582ebb99be68f90eba489 |
UHC | 終빛提뤉 | 1111000011111011101110101111101111110000101010111000111110111001 | f0fbbafbf0ab8fb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)