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 | ?f?徇?? | 0011111110000010100001100011111110011100011011010011111100111111 | 3f82863f9c6d3f3f |
EUC-JP | ?f?徇?? | 0011111110100011111001100011111111010111110011100011111100111111 | 3fa3e63fd7ce3f3f |
UTF-8 | 緣f눞徇먮젿 | 111001111011011110100011111011111011110110000110111010111000100010011110111001011011111010000111111010111010100010101110111011001010000010111111 | e7b7a3efbd86eb889ee5be87eba8aeeca0bf |
UHC | 緣f눞徇먮젿 | 111001101101111010100011111001101000011110110110111000101101111110010000111010111010000010110001 | e6dea3e687b6e2df90eba0b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)