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 | ???A?? | 001111110011111100111111010000010011111100111111 | 3f3f3f413f3f |
SJIS-WIN | 先潟汐A?扇 | 10010000111001101000101010000011100011101010110001000001001111111001000011101110 | 90e68a838eac413f90ee |
EUC-JP | 先潟汐A?扇 | 11000000111010001011001111100011101111001010111001000001001111111100000011110000 | c0e8b3e3bcae413fc0f0 |
UTF-8 | 先潟汐A敾扇 | 11100101100001011000100011100110101111011001111111100110101100011001000001000001111001101001010110111110111001101000100110000111 | e58588e6bd9fe6b19041e695bee68987 |
UHC | 先潟汐A敾扇 | 1110000010111011111000001011001111100000101100010100000111100000110000001110000010111111 | e0bbe0b3e0b141e0c0e0bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)