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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 牋粡粳犲 | 1110000010101110111000101110011111100010111010011110000010111010 | e0aee2e7e2e9e0ba |
EUC-JP | 牋粡粳犲 | 1110000010110000111001001110100111100100111010111110000010111100 | e0b0e4e9e4ebe0bc |
UTF-8 | 牋粡粳犲 | 111001111000100110001011111001111011001010100001111001111011001010110011111001111000101010110010 | e7898be7b2a1e7b2b3e78ab2 |
UHC | ??粳? | 0011111100111111110010111101011100111111 | 3f3fcbd73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)