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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 筌??源o? | 111000101010001100111111001111111000110010111001100000101000111100111111 | e2a33f3f8cb9828f3f |
EUC-JP | 筌??源o? | 111001001010010100111111001111111011100010111011101000111110111100111111 | e4a53f3fb8bba3ef3f |
UTF-8 | 筌뷩끂源o㎈ | 111001111010110110001100111010111011011110101001111010111000000110000010111001101011101010010000111011111011110110001111111000111000111010001000 | e7ad8cebb7a9eb8182e6ba90efbd8fe38e88 |
UHC | 筌뷩끂源o㎈ | 111011111010011110111010111000111000010110111000111010101011100110100011111011111010011110111010 | efa7bae385b8eab9a3efa7ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)