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 | 絲るぞ跂 | 1110001101001110100000101110100110000010101111001110011011100011 | e34e82e982bce6e3 |
EUC-JP | 絲るぞ跂 | 1110010110101111101001001110101110100100101111101110110011100101 | e5afa4eba4beece5 |
UTF-8 | 絲るぞ跂 | 111001111011010110110010111000111000001010001011111000111000000110011110111010001011011110000010 | e7b5b2e3828be3819ee8b782 |
UHC | 絲るぞ? | 11011110111010101010101011101011101010101011111000111111 | deeaaaebaabe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)