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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 阡ャ譁懷ョ | 1110100010010100101011001110011010010110100111001110010110101110 | e894ace6969ce5ae |
EUC-JP | 阡ャ譁懷ョ | 11101111111101001000111010101100111010111111011011011000111001111000111010101110 | eff48eacebf6d8e78eae |
UTF-8 | 阡ャ譁懷ョ | 111010011001100010100001111011111011110110101100111010001010110110000001111001101000011110110111111011111011110110101110 | e998a1efbdace8ad81e687b7efbdae |
UHC | 阡?譁懷? | 1111010011000110001111111111110010100110111111001110001100111111 | f4c63ffca6fce33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)