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 | 絲る8譯 | 1110001101001110100000101110100110000010010101111110011010100001 | e34e82e98257e6a1 |
EUC-JP | 絲る8譯 | 1110010110101111101001001110101110100011101110001110110010100011 | e5afa4eba3b8eca3 |
UTF-8 | 絲る8譯 | 111001111011010110110010111000111000001010001011111011111011110010011000111010001010110110101111 | e7b5b2e3828befbc98e8adaf |
UHC | 絲る8譯 | 1101111011101010101010101110101110100011101110001110011010111011 | deeaaaeba3b8e6bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)