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 | 執鴈悉糯 | 11110000111110011000111010110111111010011110110010001110101110111110001011110111 | f0f98eb7e9ec8ebbe2f7 |
EUC-JP | ?執鴈悉糯 | 001111111011110010111001111100101110111010111100101111011110010011111001 | 3fbcb9f2eebcbde4f9 |
UTF-8 | 執鴈悉糯 | 111011101000001010111000111001011001111110110111111010011011010010001000111001101000001010001001111001111011001110101111 | ee82b8e59fb7e9b488e68289e7b3af |
UHC | ?執?悉? | 00111111111100101111101100111111111000111111101000111111 | 3ff2fb3fe3fa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)