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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 貍ア荵滄ォ・ | 111001101011110010110001111001001011100110011111111010011010101110100101 | e6bcb1e4b99fe9aba5 |
EUC-JP | 貍ア荵滄ォ・ | 111011001011111010001110101100011110100010111011110111101110101110001110101010111000111010100101 | ecbe8eb1e8bbdeeb8eab8ea5 |
UTF-8 | 貍ア荵滄ォ・ | 111010001011001010001101111011111011110110110001111010001000110110110101111001101011101110000100111011111011110110101011111011111011110110100101 | e8b28defbdb1e88db5e6bb84efbdabefbda5 |
UHC | ???滄?? | 00111111001111110011111111110011111001110011111100111111 | 3f3f3ff3e73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)