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 | 実上ォ惞 | 10001110110000001000111111100011101010111111101010111111 | 8ec08fe3abfabf |
EUC-JP | 実上ォ惞 | 101111001100001010111110111001011000111010101011100011111011111010110000 | bcc2bee58eab8fbeb0 |
UTF-8 | 実上ォ惞 | 111001011010111010011111111001001011100010001010111011111011110110101011111001101000001110011110 | e5ae9fe4b88aefbdabe6839e |
UHC | ?上?? | 0011111111011111101111100011111100111111 | 3fdfbe3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)