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 | 蟄ォ譽啝 | 11100101101011011010101111100110101000111001101001011010 | e5adabe6a39a5a |
EUC-JP | 蟄ォ譽啝 | 1110101010101111100011101010101111101100101001011101001110111011 | eaaf8eabeca5d3bb |
UTF-8 | 蟄ォ譽啝 | 111010001001111110000100111011111011110110101011111010001010110110111101111001011001010110011101 | e89f84efbdabe8adbde5959d |
UHC | 蟄?譽? | 111101101101111000111111111001111110001000111111 | f6de3fe7e23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)