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 | 紗尺セ | 1000111011010001100011101101101010111110 | 8ed18edabe |
EUC-JP | 紗尺セ | 101111001101001110111100110111001000111010111110 | bcd3bcdc8ebe |
UTF-8 | 紗尺セ | 111001111011010010010111111001011011000010111010111011111011110110111110 | e7b497e5b0baefbdbe |
UHC | 紗尺? | 1101111011101001111101001010100100111111 | dee9f4a93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)