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 | ?咫秘?? | 00111111100110100100000010010100111010010011111100111111 | 3f9a4094e93f3f |
EUC-JP | ?咫秘?? | 00111111110100111010000111001000111010110011111100111111 | 3fd3a1c8eb3f3f |
UTF-8 | 룶咫秘프룶 | 111010111010001110110110111001011001001010101011111001111010011110011000111011011001010010000100111010111010001110110110 | eba3b6e592abe7a798ed9484eba3b6 |
UHC | 룶咫秘프룶 | 10001111101010111111001010100001110111011111101011000111110000011000111110101011 | 8fabf2a1ddfac7c18fab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)