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 | 訒吩譴ア | 11111011101000111001100111100100111001101010001010110001 | fba399e4e6a2b1 |
EUC-JP | 訒吩譴ア | 100011111101110111001000110100101110011011101100101001001000111010110001 | 8fddc8d2e6eca48eb1 |
UTF-8 | 訒吩譴ア | 111010001010100010010010111001011001000010101001111010001010110110110100111011111011110110110001 | e8a892e590a9e8adb4efbdb1 |
UHC | ?吩譴? | 001111111101110111000011110011001011100100111111 | 3fddc3ccb93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)