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 | 獰??竊?─ | 111000001101011000111111001111111110001010000110001111111000010010011111 | e0d63f3fe2863f849f |
EUC-JP | 獰??竊?─ | 111000001101100000111111001111111110001111100110001111111010100010100001 | e0d83f3fe3e63fa8a1 |
UTF-8 | 獰뚥펿竊뤺─ | 111001111000110110110000111010111001101010100101111011011000111010111111111001111010101110001010111010111010010010111010111000101001010010000000 | e78db0eb9aa5ed8ebfe7ab8aeba4bae29480 |
UHC | 獰뚥펿竊뤺─ | 111001111011111010001100111001001011110010001110111011111011110010001111111010001010011010100001 | e7be8ce4bc8eefbc8fe8a6a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)