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 | 篏場尚 | 111000101011101110001111111010101000111110101110 | e2bb8fea8fae |
EUC-JP | 篏場尚 | 111001001011110110111110111011001011111010110000 | e4bdbeecbeb0 |
UTF-8 | 篏場尚 | 111001111010111110001111111001011010000010110100111001011011000010011010 | e7af8fe5a0b4e5b09a |
UHC | ?場? | 00111111111011011101111000111111 | 3fedde3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)