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 | 膠ュ坑胱 | 1110010001010000100000111000010110001101010000101110001111110111 | e45083858d42e3f7 |
EUC-JP | 膠ュ坑胱 | 1110011110110001101001011110010110111001101000111110011011111001 | e7b1a5e5b9a3e6f9 |
UTF-8 | 膠ュ坑胱 | 111010001000011010100000111000111000001110100101111001011001110110010001111010001000001110110001 | e886a0e383a5e59d91e883b1 |
UHC | 膠ュ坑胱 | 1100111011101111101010111110010111001011110101011100111011001101 | ceefabe5cbd5cecd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)