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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 邪籃実 | 100011101101011111100010110101011000111011000000 | 8ed7e2d58ec0 |
EUC-JP | 邪籃実 | 101111001101100111100100110101111011110011000010 | bcd9e4d7bcc2 |
UTF-8 | 邪籃実 | 111010011000001010101010111001111011000110000011111001011010111010011111 | e982aae7b183e5ae9f |
UHC | 邪籃? | 1101111011110111110101011011111000111111 | def7d5be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)