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 | 腺?? | 10010001010000100011111100111111 | 91423f3f |
EUC-JP | 腺?? | 11000001101000110011111100111111 | c1a33f3f |
UTF-8 | 腺욷옃 | 111010001000010110111010111011001001101010110111111011001001100010000011 | e885baec9ab7ec9883 |
UHC | 腺욷옃 | 111000001100110110011111010011001001111010001111 | e0cd9f4c9e8f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)