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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 踉菩弊岦」譏 | 1110011011110010100101011110110010010101101111101111101010101100101000111110011010011000 | e6f295ec95befaaca3e698 |
EUC-JP | 踉菩弊岦」譏 | 11101100111101001100101011101110110010101100000010001111101110111011001110001110101000111110101111111000 | ecf4caeecac08fbbb38ea3ebf8 |
UTF-8 | 踉菩弊岦」譏 | 111010001011100010001001111010001000111110101001111001011011110010001010111001011011001010100110111011111011110110100011111010001010110110001111 | e8b889e88fa9e5bc8ae5b2a6efbda3e8ad8f |
UHC | ?菩弊??譏 | 001111111101110011001100111110001100100100111111001111111101000111000001 | 3fdcccf8c93f3fd1c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)