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 | 謦馴釜謦 | 1110011010010010100100111110100110001010100110001110011010010010 | e69293e98a98e692 |
EUC-JP | 謦馴釜謦 | 1110101111110010110001101110101110110011111110001110101111110010 | ebf2c6ebb3f8ebf2 |
UTF-8 | 謦馴釜謦 | 111010001010110010100110111010011010011010110100111010011000011110011100111010001010110010100110 | e8aca6e9a6b4e9879ce8aca6 |
UHC | ?馴釜? | 001111111110001011111000110111011011110000111111 | 3fe2f8ddbc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)