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 | 絲る葦諢 | 1110001101001110100000101110100110001000101011111110011010000100 | e34e82e988afe684 |
EUC-JP | 絲る葦諢 | 1110010110101111101001001110101110110000101100011110101111100100 | e5afa4ebb0b1ebe4 |
UTF-8 | 絲る葦諢 | 111001111011010110110010111000111000001010001011111010001001000110100110111010001010101110100010 | e7b5b2e3828be891a6e8aba2 |
UHC | 絲る葦? | 11011110111010101010101011101011111010101101100000111111 | deeaaaebead83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)