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 | 褸隷シア | 111001011111100010010111111010101011110010110001 | e5f897eabcb1 |
EUC-JP | 褸隷シア | 1110101011111010110011101110110010001110101111001000111010110001 | eafaceec8ebc8eb1 |
UTF-8 | 褸隷シア | 111010001010010010111000111010011001101010110111111011111011110110111100111011111011110110110001 | e8a4b8e99ab7efbdbcefbdb1 |
UHC | 褸隷?? | 110101111010111011010110110010110011111100111111 | d7aed6cb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)