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 | 葺?葺 | 1001010110011000001111111001010110011000 | 95983f9598 |
EUC-JP | 葺?葺 | 1100100111111000001111111100100111111000 | c9f83fc9f8 |
UTF-8 | 葺탰葺 | 111010001001000110111010111011011000001110110000111010001001000110111010 | e891baed83b0e891ba |
UHC | 葺탰葺 | 111100011111000111000101110010011111000111110001 | f1f1c5c9f1f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)