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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 畏??釗ユ? | 100010001101100000111111001111111111101110111011100000111000011000111111 | 88d83f3ffbbb83863f |
EUC-JP | 畏??釗ユ? | 10110000110110100011111100111111100011111110001110100110101001011110011000111111 | b0da3f3f8fe3a6a5e63f |
UTF-8 | 畏븐떘釗ユ럼 | 111001111001010110001111111010111011100010010000111010111001011010011000111010011000011110010111111000111000001110100110111010111001111110111100 | e7958febb890eb9698e98797e383a6eb9fbc |
UHC | 畏븐떘釗ユ럼 | 111010001110011010111010111011001000101110101110111000011111001010101011111001101011011110110011 | e8e6baec8baee1f2abe6b7b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)