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 | 糢篌゚ | 1110001011110101111000101011101011011111 | e2f5e2badf |
EUC-JP | 糢篌゚ | 111001001111011111100100101111001000111011011111 | e4f7e4bc8edf |
UTF-8 | 糢篌゚ | 111001111011001110100010111001111010111110001100111011111011111010011111 | e7b3a2e7af8cefbe9f |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)