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 | 鉅サ逕サ | 111001111110100010111011111001111001010010111011 | e7e8bbe794bb |
EUC-JP | 鉅サ逕サ | 1110111011101010100011101011101111101101111101001000111010111011 | eeea8ebbedf48ebb |
UTF-8 | 鉅サ逕サ | 111010011000100110000101111011111011110110111011111010011000000010010101111011111011110110111011 | e98985efbdbbe98095efbdbb |
UHC | 鉅?逕? | 110010111110100100111111110011001110111100111111 | cbe93fccef3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)