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 | 踵り献 | 111001101111100110000010111010001000110010100011 | e6f982e88ca3 |
EUC-JP | 踵り献 | 111011001111101110100100111010101011100010100101 | ecfba4eab8a5 |
UTF-8 | 踵り献 | 111010001011100010110101111000111000001010001010111001111000110010101110 | e8b8b5e3828ae78cae |
UHC | 踵り? | 1111000110100010101010101110101000111111 | f1a2aaea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)