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 | 芝璽蕊 | 100011101100010110001110101000111000111011000111 | 8ec58ea38ec7 |
EUC-JP | 芝璽蕊 | 101111001100011110111100101001011011110011001001 | bcc7bca5bcc9 |
UTF-8 | 芝璽蕊 | 111010001000101010011101111001111001001010111101111010001001010110001010 | e88a9de792bde8958a |
UHC | 芝璽? | 1111001010111001110111111101111000111111 | f2b9dfde3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)