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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鱈脱続脱族損 | 100100100100110010010010010001011001000110110001100100100100010110010001101100001001000110111001 | 924c924591b1924591b091b9 |
EUC-JP | 鱈脱続脱族損 | 110000111010110111000011101001101100001010110011110000111010011011000010101100101100001010111011 | c3adc3a6c2b3c3a6c2b2c2bb |
UTF-8 | 鱈脱続脱族損 | 111010011011000110001000111010001000010010110001111001111011011010011010111010001000010010110001111001101001011110001111111001101001000010001101 | e9b188e884b1e7b69ae884b1e6978fe6908d |
UHC | ????族損 | 0011111100111111001111110011111111110000111010011110000111011111 | 3f3f3f3ff0e9e1df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)