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 | 踉菩弊 | 111001101111001010010101111011001001010110111110 | e6f295ec95be |
EUC-JP | 踉菩弊 | 111011001111010011001010111011101100101011000000 | ecf4caeecac0 |
UTF-8 | 踉菩弊 | 111010001011100010001001111010001000111110101001111001011011110010001010 | e8b889e88fa9e5bc8a |
UHC | ?菩弊 | 0011111111011100110011001111100011001001 | 3fdcccf8c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)