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 | 絲るざ跪 | 1110001101001110100000101110100110000010101101001110011011101100 | e34e82e982b4e6ec |
EUC-JP | 絲るざ跪 | 1110010110101111101001001110101110100100101101101110110011101110 | e5afa4eba4b6ecee |
UTF-8 | 絲るざ跪 | 111001111011010110110010111000111000001010001011111000111000000110010110111010001011011110101010 | e7b5b2e3828be38196e8b7aa |
UHC | 絲るざ? | 11011110111010101010101011101011101010101011011000111111 | deeaaaebaab63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)