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 | 100010010110010100111111001111111001000011100010001111110011111101000010 | 89653f3f90e23f3f42 |
EUC-JP | 影??絶??B | 101100011100011000111111001111111100000011100100001111110011111101000010 | b1c63f3fc0e43f3f42 |
UTF-8 | 影좑슭絶꾥뮅B | 11100101101111011011000111101100101000101001000111101100100010101010110111100111101101011011011011101010101111101010010111101011101011101000010101000010 | e5bdb1eca291ec8aade7b5b6eabea5ebae8542 |
UHC | 影좑슭絶꾥뮅B | 11100111101011111010000011101111101111011011111011101111101111101000010011101000100100101001010001000010 | e7afa0efbdbeefbe84e8929442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)