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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | 莘??? | 100011111101100010101011001111110011111100111111 | 8fd8ab3f3f3f |
UTF-8 | 莘땵댉烈 | 111010001000111010011000111010111001010110110101111010111000110010001001111011111010011010011111 | e88e98eb95b5eb8c89efa69f |
UHC | 莘땵댉烈 | 1110001111101110100010111000101110001000101100101110011011101111 | e3ee8b8b88b2e6ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)