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 | 莨鷺え | 111001001011110010001101111010111000001010100110 | e4bc8deb82a6 |
EUC-JP | 莨鷺え | 111010001011111010111010111011011010010010101000 | e8bebaeda4a8 |
UTF-8 | 莨鷺え | 111010001000111010101000111010011011011110111010111000111000000110001000 | e88ea8e9b7bae38188 |
UHC | ?鷺え | 0011111111010110110111001010101010101000 | 3fd6dcaaa8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)