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 | 奧??乳 | 100110101111101000111111001111111001001111111011 | 9afa3f3f93fb |
EUC-JP | 奧??乳 | 110101001111110000111111001111111100011011111101 | d4fc3f3fc6fd |
UTF-8 | 奧곹슶乳 | 111001011010010110100111111010101011001110111001111011001000101010110110111001001011100110110011 | e5a5a7eab3b9ec8ab6e4b9b3 |
UHC | 奧곹슶乳 | 1110011111110011100000011110110110011010101110111110101011100001 | e7f381ed9abbeae1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)