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 | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
SJIS-WIN | 信?釋信??E | 10010000010011010011111111100111110101111001000001001101001111110011111101000101 | 904d3fe7d7904d3f3f45 |
EUC-JP | 信?釋信??E | 10111111101011100011111111101110110110011011111110101110001111110011111101000101 | bfae3feed9bfae3f3f45 |
UTF-8 | 信뤜釋信뤜敾E | 11100100101111111010000111101011101001001001110011101001100001111000101111100100101111111010000111101011101001001001110011100110100101011011111001000101 | e4bfa1eba49ce9878be4bfa1eba49ce695be45 |
UHC | 信뤜釋信뤜敾E | 11100011111000011000111111001011111000001011011111100011111000011000111111001011111000001100000001000101 | e3e18fcbe0b7e3e18fcbe0c045 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)