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 | 莪¥十 | 111001001010111010000001100011111000111101011100 | e4ae818f8f5c |
EUC-JP | 莪¥十 | 111010001011000010100001111011111011110110111101 | e8b0a1efbdbd |
UTF-8 | 莪¥十 | 111010001000111010101010111011111011111110100101111001011000110110000001 | e88eaaefbfa5e58d81 |
UHC | 莪¥十 | 111001001011010110100001110011011110010010101000 | e4b5a1cde4a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)