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 | 地?┬? | 100100100110111000111111100001001010011000111111 | 926e3f84a63f |
EUC-JP | 地?┬? | 110000111100111100111111101010001010100000111111 | c3cf3fa8a83f |
UTF-8 | 地장┬뤉 | 111001011001110010110000111011001001111010100101111000101001010010101100111010111010010010001001 | e59cb0ec9ea5e294aceba489 |
UHC | 地장┬뤉 | 1111001010100010110000001110010110100110101010001000111110111001 | f2a2c0e5a6a88fb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)