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 | ?????A | 001111110011111100111111001111110011111101000001 | 3f3f3f3f3f41 |
SJIS-WIN | ?????A | 001111110011111100111111001111110011111101000001 | 3f3f3f3f3f41 |
EUC-JP | ?????A | 001111110011111100111111001111110011111101000001 | 3f3f3f3f3f41 |
UTF-8 | 梨뚰삒吏츮A | 11101111101001111010001011101011100110101011000011101100100000101001001011101111101001111001111011101100101110001010111001000001 | efa7a2eb9ab0ec8292efa79eecb8ae41 |
UHC | 梨뚰삒吏츮A | 1110110010110001100011001110110110011000100101111110110010100111101011110100001101000001 | ecb18ced9897eca7af4341 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)