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 | ???h? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 襠灘廠h襠 | 111001011111101110010011111001011000111110110001011010001110010111111011 | e5fb93e58fb168e5fb |
EUC-JP | 襠灘廠h襠 | 111010101111110111000110111001111011111010110011011010001110101011111101 | eafdc6e7beb368eafd |
UTF-8 | 襠灘廠h襠 | 11101000101001011010000011100111100000011001100011100101101110111010000001101000111010001010010110100000 | e8a5a0e78198e5bba068e8a5a0 |
UHC | ?灘廠h? | 00111111111101111010100011110011110111110110100000111111 | 3ff7a8f3df683f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)