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 | 阡ャ笙 | 1110100010010100101011001110001010011001 | e894ace299 |
EUC-JP | 阡ャ笙 | 111011111111010010001110101011001110001111111001 | eff48eace3f9 |
UTF-8 | 阡ャ笙 | 111010011001100010100001111011111011110110101100111001111010110010011001 | e998a1efbdace7ac99 |
UHC | 阡?笙 | 1111010011000110001111111101111111101001 | f4c63fdfe9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)