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 | ???違?? | 00111111001111110011111110001000111000010011111100111111 | 3f3f3f88e13f3f |
EUC-JP | ???違?? | 00111111001111110011111110110000111000110011111100111111 | 3f3f3fb0e33f3f |
UTF-8 | 蓮울퐠違믣ㄾ | 111011111010011010011001111011001001101010111000111011011001000010100000111010011000000110010101111010111010111110100011111000111000010010111110 | efa699ec9ab8ed90a0e98195ebafa3e384be |
UHC | 蓮울퐠違믣ㄾ | 111001101110010110111111111011111011110110001001111010101101111010010010111001011010010010101110 | e6e5bfefbd89eade92e5a4ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)