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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 謳咲く荳ケ | 111001101001000010001101111001111000001010101101111001001011100010111001 | e6908de782ade4b8b9 |
EUC-JP | 謳咲く荳ケ | 11101011111100001011101011101001101001001010111111101000101110101000111010111001 | ebf0bae9a4afe8ba8eb9 |
UTF-8 | 謳咲く荳ケ | 111010001010110010110011111001011001001010110010111000111000000110001111111010001000110110110011111011111011110110111001 | e8acb3e592b2e3818fe88db3efbdb9 |
UHC | 謳?く荳? | 1100111111000100001111111010101010101111110101001110010100111111 | cfc43faaafd4e53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)