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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??鋒礪? | 00111111001111111001011001001110111000011110100000111111 | 3f3f964ee1e83f |
EUC-JP | ??鋒礪? | 00111111001111111100101110101111111000101110101000111111 | 3f3fcbafe2ea3f |
UTF-8 | 뤛퐥鋒礪콮 | 111010111010010010011011111011011001000010100101111010011000101110010010111001111010010010101010111011001011110110101110 | eba49bed90a5e98b92e7a4aaecbdae |
UHC | 뤛퐥鋒礪콮 | 10001111110010101011110110001110110111001111001011010101111011001011001001000010 | 8fcabd8edcf2d5ecb242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)