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 | 鵡簟瀝蛛 | 1001011010110111111000101101000011100000011011001110010110000001 | 96b7e2d0e06ce581 |
EUC-JP | 鵡簟瀝蛛 | 1100110010111001111001001101001011011111110011011110100111100001 | ccb9e4d2dfcde9e1 |
UTF-8 | 鵡簟瀝蛛 | 111010011011010110100001111001111011000010011111111001111000000010011101111010001001101110011011 | e9b5a1e7b09fe7809de89b9b |
UHC | 鵡?瀝蛛 | 11011001111101110011111111010101111101111111000111001000 | d9f73fd5f7f1c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)