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 | 奝吩譴ア | 11111010101000101001100111100100111001101010001010110001 | faa299e4e6a2b1 |
EUC-JP | 奝吩譴ア | 100011111011100011111000110100101110011011101100101001001000111010110001 | 8fb8f8d2e6eca48eb1 |
UTF-8 | 奝吩譴ア | 111001011010010110011101111001011001000010101001111010001010110110110100111011111011110110110001 | e5a59de590a9e8adb4efbdb1 |
UHC | ?吩譴? | 001111111101110111000011110011001011100100111111 | 3fddc3ccb93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)