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 | 邪式蛇篠 | 1000111011010111100011101010111010001110110101101000111011000010 | 8ed78eae8ed68ec2 |
EUC-JP | 邪式蛇篠 | 1011110011011001101111001011000010111100110110001011110011000100 | bcd9bcb0bcd8bcc4 |
UTF-8 | 邪式蛇篠 | 111010011000001010101010111001011011110010001111111010001001101110000111111001111010111110100000 | e982aae5bc8fe89b87e7afa0 |
UHC | 邪式蛇篠 | 1101111011110111111000111101001011011110111011111110000111000110 | def7e3d2deefe1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)