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 | 錞ク寬カ | 111110111101101110111000111110101010101010110110 | fbdbb8faaab6 |
EUC-JP | 錞ク?カ | 1000111111100100110111001000111010111000001111111000111010110110 | 8fe4dc8eb83f8eb6 |
UTF-8 | 錞ク寬カ | 111010011000110010011110111011111011110110111000111001011010111110101100111011111011110110110110 | e98c9eefbdb8e5afacefbdb6 |
UHC | 錞?寬? | 111000101111011000111111110011101011000000111111 | e2f63fceb03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)