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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 郢呈ス假、、B | 11100111101110011001001011100110101111011001100011101111101001001010010001000010 | e7b992e6bd98efa4a442 |
EUC-JP | 郢呈ス假、、B | 11101110101110111100010011101000100011101011110111010000111100011000111010100100100011101010010001000010 | eebbc4e88ebdd0f18ea48ea442 |
UTF-8 | 郢呈ス假、、B | 11101001100000111010001011100101100100011000100011101111101111011011110111100101100000011000011111101111101111011010010011101111101111011010010001000010 | e983a2e59188efbdbde58187efbda4efbda442 |
UHC | ?呈?假??B | 001111111110111111010000001111111100101010100011001111110011111101000010 | 3fefd03fcaa33f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)