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 | 茉丞偽繚 | 1110010010011101100011111110010110001011010101011110001110000111 | e49d8fe58b55e387 |
EUC-JP | 茉丞偽繚 | 1110011111111101101111101110011110110101101101101110010111100111 | e7fdbee7b5b6e5e7 |
UTF-8 | 茉丞偽繚 | 111010001000110010001001111001001011100010011110111001011000000110111101111001111011100110011010 | e88c89e4b89ee581bde7b99a |
UHC | 茉丞?? | 110110001100100111100011101010100011111100111111 | d8c9e3aa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)