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 | 諸辞釥 | 111110111010100110001110101010111111101111000000 | fba98eabfbc0 |
EUC-JP | ?辞釥 | 001111111011110010101101100011111110001110101011 | 3fbcad8fe3ab |
UTF-8 | 諸辞釥 | 111011111010100010100010111010001011111010011110111010011000011110100101 | efa8a2e8be9ee987a5 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)